Skip to content

Commit 464a365

Browse files
committed
[unit-testing] improve button lebel
1 parent 8fdab18 commit 464a365

File tree

1 file changed

+1
-1
lines changed
  • src/packages/react-native-material-elements/src/components/Button

1 file changed

+1
-1
lines changed

src/packages/react-native-material-elements/src/components/Button/Button.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export const buttonLabelStyles = ({ size, sizeConfig }: ButtonLabelStylesParams)
169169
break;
170170
}
171171

172-
return { fontSize };
172+
return { fontSize, fontWeight: '500' };
173173
};
174174

175175
export const baseButtonStyles = ({ fullWidth }: BaseButtonStyles): ViewStyle => {

0 commit comments

Comments
 (0)