Skip to content

Commit d63fe01

Browse files
committed
Fix label custom styling apply
1 parent a1b1fb0 commit d63fe01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class DatePicker extends Component {
185185
}
186186
return (
187187
<React.Fragment>
188-
<Text allowFontScaling={allowFontScaling} style={[customStyles.placeholderText, Style.placeholderDensedText]}>
188+
<Text allowFontScaling={allowFontScaling} style={[customStyles.placeholderText, Style.placeholderDensedText, customStyles.placeholderDensedText]}>
189189
{placeholder}
190190
</Text>
191191
<Text allowFontScaling={allowFontScaling} style={[Style.dateText, customStyles.dateText]}>

0 commit comments

Comments
 (0)