Skip to content

Commit 0e36003

Browse files
author
Marco Cesarato
committed
fix: resolve issue #1
1 parent b127a1f commit 0e36003

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

style.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ export const Style = StyleSheet.create({
2525
color: 'black',
2626
fontSize: 20,
2727
borderRadius: 4,
28-
marginTop: 20,
29-
outlineColor: "transparent"
28+
marginTop: 20
3029
},
3130
label: {
3231
marginTop: 21,
@@ -57,4 +56,4 @@ export const Palette = {
5756
danger: "#f04048",
5857
success: "#25863f",
5958
normal: "#AAAAAA"
60-
};
59+
};

0 commit comments

Comments
 (0)