diff --git a/src/components/Button.tsx b/src/components/Button.tsx index 4b8b244..fbc3db5 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -23,13 +23,13 @@ const Button: FC = props => { } return ( - - - {type == "cancel" && } - {type == "primary" && {label}} - {type == "secondary" && {label}} - - + + + {type == "cancel" && } + {type == "primary" && {label}} + {type == "secondary" && {label}} + + )}; const style = StyleSheet.create({