Browse Source

un nuevo cominenzo

Orlando04 2 years ago
parent
commit
5e4d4394fc
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      MocionesIUPI/styles/global.js

+ 10
- 0
MocionesIUPI/styles/global.js View File

@@ -14,6 +14,16 @@ export const globalStyles = StyleSheet.create({
14 14
   paragraph: {
15 15
     marginVertical: 8,
16 16
     lineHeight: 20,
17
+  },
18
+
19
+  button: {
20
+    alignItems: 'center',
21
+    justifyContent: 'center',
22
+    paddingVertical: 12,
23
+    paddingHorizontal: 32,
24
+    borderRadius: 4,
25
+    elevation: 3,
26
+    backgroundColor: '#e81b39',
17 27
   }
18 28
 });
19 29