Skip to content

Commit 6d99052

Browse files
committed
Merge branch 'removed-unnecesary-code' of https://github.com/SoyDiego/react-native-paper-dates into removed-unnecesary-code
2 parents 7fecce9 + 68cfbb3 commit 6d99052

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Date/DatePickerModalHeader.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export default function DatePickerModalHeader(
4848
/>
4949
<Appbar.Content title={''} />
5050
<Button
51-
color={color}
5251
textColor={theme.isV3 ? theme.colors.primary : color}
5352
onPress={props.onSave}
5453
disabled={props.saveLabelDisabled ?? false}
@@ -63,9 +62,6 @@ export default function DatePickerModalHeader(
6362
}
6463

6564
const styles = StyleSheet.create({
66-
fill: {
67-
flex: 1,
68-
},
6965
animated: {
7066
elevation: 4,
7167
},

0 commit comments

Comments
 (0)