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 b0df67f commit a0b1259Copy full SHA for a0b1259
‎src/components/TimerPicker/TimerPicker.styles.ts‎
@@ -5,12 +5,12 @@ export interface CustomTimerPickerStyles {
5
theme?: "light" | "dark";
6
backgroundColor?: string;
7
text?: TextStyle;
8
- pickerContainer?: ViewStyle;
+ pickerContainer?: ViewStyle & { backgroundColor?: string };
9
pickerLabelContainer?: ViewStyle;
10
pickerLabel?: TextStyle;
11
pickerAmPmContainer?: ViewStyle;
12
pickerAmPmLabel?: TextStyle;
13
- pickerItemContainer?: ViewStyle;
+ pickerItemContainer?: ViewStyle & { height?: number };
14
pickerItem?: TextStyle;
15
disabledPickerContainer?: ViewStyle;
16
disabledPickerItem?: TextStyle;
0 commit comments