Parcourir la source

[RN] Recolor BottomSheet

master
Bettenbuk Zoltan il y a 7 ans
Parent
révision
506b15e3b5

+ 2
- 2
react/features/base/dialog/components/native/styles.js Voir le fichier

@@ -42,14 +42,14 @@ export const bottomSheetStyles = createStyleSheet({
42 42
      */
43 43
     overlay: {
44 44
         ...StyleSheet.absoluteFillObject,
45
-        backgroundColor: 'rgba(0, 0, 0, 0.8)'
45
+        backgroundColor: 'rgba(127, 127, 127, 0.6)'
46 46
     },
47 47
 
48 48
     /**
49 49
      * Bottom sheet's base style.
50 50
      */
51 51
     sheet: {
52
-        backgroundColor: ColorPalette.white,
52
+        backgroundColor: 'rgb(0, 3, 6)',
53 53
         flex: 1,
54 54
         paddingHorizontal: 16,
55 55
         paddingVertical: 8

+ 2
- 0
react/features/toolbox/components/native/styles.js Voir le fichier

@@ -155,6 +155,7 @@ const overflowMenuStyles = createStyleSheet({
155 155
      * the {@code OverflowMenu}.
156 156
      */
157 157
     icon: {
158
+        color: ColorPalette.white,
158 159
         fontSize: 24
159 160
     },
160 161
 
@@ -163,6 +164,7 @@ const overflowMenuStyles = createStyleSheet({
163 164
      * {@code OverflowMenu}.
164 165
      */
165 166
     label: {
167
+        color: ColorPalette.white,
166 168
         flexShrink: 1,
167 169
         fontSize: 16,
168 170
         marginLeft: 32,

Chargement…
Annuler
Enregistrer