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.
2 parents 7fecce9 + 68cfbb3 commit 6d99052Copy full SHA for 6d99052
src/Date/DatePickerModalHeader.tsx
@@ -48,7 +48,6 @@ export default function DatePickerModalHeader(
48
/>
49
<Appbar.Content title={''} />
50
<Button
51
- color={color}
52
textColor={theme.isV3 ? theme.colors.primary : color}
53
onPress={props.onSave}
54
disabled={props.saveLabelDisabled ?? false}
@@ -63,9 +62,6 @@ export default function DatePickerModalHeader(
63
62
}
64
65
const styles = StyleSheet.create({
66
- fill: {
67
- flex: 1,
68
- },
69
animated: {
70
elevation: 4,
71
},
0 commit comments