fixing modal overlay background

This commit is contained in:
balzack 2025-01-15 23:21:12 -08:00
parent ed8e8bc2d3
commit f5e48230ce
2 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,7 @@ const databagColors = {
level2: 'rgb(16, 16, 16)',
level3: 'rgb(24, 24, 24)',
level4: 'rgb(64, 64, 64)',
level5: 'rgb(80, 00, 80)',
level5: 'rgb(80, 80, 80)',
},
surfaceDisabled: 'rgba(225, 227, 223, 0.12)',
onSurfaceDisabled: 'rgba(225, 227, 223, 0.38)',

View File

@ -41,6 +41,7 @@ export const styles = StyleSheet.create({
},
surface: {
padding: 16,
borderRadius: 8,
},
close: {
paddingTop: 8,