Browse Source

Fixed buttons for votes

luislopez66 2 years ago
parent
commit
2fbd8a1f7b
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      MocionesIUPI/screens/MocionScreen.js

+ 3
- 1
MocionesIUPI/screens/MocionScreen.js View File

95
     <View style={{ flex: 1, padding: 24 }}>
95
     <View style={{ flex: 1, padding: 24 }}>
96
       <Text>{Mocion}</Text>
96
       <Text>{Mocion}</Text>
97
       <Text>{Description}</Text>
97
       <Text>{Description}</Text>
98
-      <Text>{Votos}</Text>
98
+      <button>{A favor}</button>
99
+      <button>{En contra}</button>
100
+      <button>{Abstenido}</button>
99
     </View>
101
     </View>
100
   );
102
   );
101
 };
103
 };