Skip to content

Commit c782edf

Browse files
committed
fix: remove outline on style
1 parent 1059c8d commit c782edf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Style.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export const Style = StyleSheet.create({
3131
alignItems: "center",
3232
justifyContent: "center",
3333
borderRadius: 999,
34+
outlineWidth: 0,
3435
},
3536
buttonText: {
3637
color: "white",
@@ -40,5 +41,6 @@ export const Style = StyleSheet.create({
4041
flex: 1,
4142
textAlign: "center",
4243
justifyContent: "center",
44+
outlineWidth: 0,
4345
},
4446
});

0 commit comments

Comments
 (0)