Skip to content

Commit d0433a6

Browse files
author
Marco Cesarato
committed
fix(web): remove outline prop on styles
1 parent 39d0368 commit d0433a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Style.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export const Style = StyleSheet.create({
3636
...Platform.select({
3737
web: {
3838
outlineWidth: 0,
39-
outline: "none",
4039
},
4140
}),
4241
},
@@ -52,7 +51,6 @@ export const Style = StyleSheet.create({
5251
...Platform.select({
5352
web: {
5453
outlineWidth: 0,
55-
outline: "none",
5654
},
5755
}),
5856
},

0 commit comments

Comments
 (0)