diff --git a/components/RoundButton.tsx b/components/RoundButton.tsx index 5493d94f2..dcbc0578d 100644 --- a/components/RoundButton.tsx +++ b/components/RoundButton.tsx @@ -39,19 +39,21 @@ export const RoundButton: React.FC> = ({ if (Platform.OS === "ios") { return ( - - {icon ? ( - - ) : null} - {children ? children : null} + + + {icon ? ( + + ) : null} + {children ? children : null} + ); }