We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1059c8d commit c782edfCopy full SHA for c782edf
src/Style.js
@@ -31,6 +31,7 @@ export const Style = StyleSheet.create({
31
alignItems: "center",
32
justifyContent: "center",
33
borderRadius: 999,
34
+ outlineWidth: 0,
35
},
36
buttonText: {
37
color: "white",
@@ -40,5 +41,6 @@ export const Style = StyleSheet.create({
40
41
flex: 1,
42
textAlign: "center",
43
44
45
46
});
0 commit comments