mirror of
https://github.com/balzack/databag.git
synced 2025-05-04 23:45:21 +00:00
fixing modal overlay background
This commit is contained in:
parent
ed8e8bc2d3
commit
f5e48230ce
@ -91,7 +91,7 @@ const databagColors = {
|
|||||||
level2: 'rgb(16, 16, 16)',
|
level2: 'rgb(16, 16, 16)',
|
||||||
level3: 'rgb(24, 24, 24)',
|
level3: 'rgb(24, 24, 24)',
|
||||||
level4: 'rgb(64, 64, 64)',
|
level4: 'rgb(64, 64, 64)',
|
||||||
level5: 'rgb(80, 00, 80)',
|
level5: 'rgb(80, 80, 80)',
|
||||||
},
|
},
|
||||||
surfaceDisabled: 'rgba(225, 227, 223, 0.12)',
|
surfaceDisabled: 'rgba(225, 227, 223, 0.12)',
|
||||||
onSurfaceDisabled: 'rgba(225, 227, 223, 0.38)',
|
onSurfaceDisabled: 'rgba(225, 227, 223, 0.38)',
|
||||||
|
@ -41,6 +41,7 @@ export const styles = StyleSheet.create({
|
|||||||
},
|
},
|
||||||
surface: {
|
surface: {
|
||||||
padding: 16,
|
padding: 16,
|
||||||
|
borderRadius: 8,
|
||||||
},
|
},
|
||||||
close: {
|
close: {
|
||||||
paddingTop: 8,
|
paddingTop: 8,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user