We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecedcf4 commit 324c821Copy full SHA for 324c821
example/src/util/ThemeButton.tsx
@@ -57,7 +57,7 @@ const ThemeButton = ({ theme, currentTheme, selected, onPress }: Props) => (
57
);
58
59
const buttonHeight = 50;
60
-const buttonWidth = 1.5 * buttonHeight;
+const buttonWidth = 76;
61
const selectedBorderWidth = 2;
62
63
const styles = StyleSheet.create({
0 commit comments