File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
packages/theme/src/themes Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ export const selectSearchColor = inputBackground;
66
66
67
67
// Modal
68
68
export const colorModalOverlayBackground = color ( legacyStyles . darkThemeBlack ) . alpha ( 0.8 ) . rgb ( ) . string ( ) ;
69
+ export const colorModalBackground = colorContentBackground ;
69
70
70
71
// Services
71
72
export const services = merge ( { } , defaultStyles . services , {
Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ export const badgeBorderRadius = 50;
145
145
146
146
// Modal
147
147
export const colorModalOverlayBackground = color ( '#000' ) . alpha ( 0.5 ) . rgb ( ) . string ( ) ;
148
+ export const colorModalBackground = colorContentBackground ;
148
149
149
150
// Services
150
151
export const services = {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default theme => ({
13
13
display : 'flex' ,
14
14
} ,
15
15
modal : {
16
- background : '#FFF' ,
16
+ background : theme . colorModalBackground ,
17
17
maxWidth : '90%' ,
18
18
height : 'auto' ,
19
19
margin : 'auto auto' ,
You can’t perform that action at this time.
0 commit comments