[RN] Recolor BottomSheet
This commit is contained in:
parent
62e7fd7e8e
commit
506b15e3b5
|
@ -42,14 +42,14 @@ export const bottomSheetStyles = createStyleSheet({
|
|||
*/
|
||||
overlay: {
|
||||
...StyleSheet.absoluteFillObject,
|
||||
backgroundColor: 'rgba(0, 0, 0, 0.8)'
|
||||
backgroundColor: 'rgba(127, 127, 127, 0.6)'
|
||||
},
|
||||
|
||||
/**
|
||||
* Bottom sheet's base style.
|
||||
*/
|
||||
sheet: {
|
||||
backgroundColor: ColorPalette.white,
|
||||
backgroundColor: 'rgb(0, 3, 6)',
|
||||
flex: 1,
|
||||
paddingHorizontal: 16,
|
||||
paddingVertical: 8
|
||||
|
|
|
@ -155,6 +155,7 @@ const overflowMenuStyles = createStyleSheet({
|
|||
* the {@code OverflowMenu}.
|
||||
*/
|
||||
icon: {
|
||||
color: ColorPalette.white,
|
||||
fontSize: 24
|
||||
},
|
||||
|
||||
|
@ -163,6 +164,7 @@ const overflowMenuStyles = createStyleSheet({
|
|||
* {@code OverflowMenu}.
|
||||
*/
|
||||
label: {
|
||||
color: ColorPalette.white,
|
||||
flexShrink: 1,
|
||||
fontSize: 16,
|
||||
marginLeft: 32,
|
||||
|
|
Loading…
Reference in New Issue