Skip to content

Commit 324c821

Browse files
author
Artur Bien
committed
docs(themebutton): fix theme button size
1 parent ecedcf4 commit 324c821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/util/ThemeButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const ThemeButton = ({ theme, currentTheme, selected, onPress }: Props) => (
5757
);
5858

5959
const buttonHeight = 50;
60-
const buttonWidth = 1.5 * buttonHeight;
60+
const buttonWidth = 76;
6161
const selectedBorderWidth = 2;
6262

6363
const styles = StyleSheet.create({

0 commit comments

Comments
 (0)