@@ -9,16 +9,20 @@ export default {
99 "rmd-sheet-overlay-z-index" : 30 ,
1010 "rmd-sheet-elevation" : 2 ,
1111 "rmd-sheet-raised-elevation" : 16 ,
12- "rmd-sheet-light-background-color" : "rmd-dialog-theme-var(background-color)" ,
12+ "rmd-sheet-light-background-color" :
13+ "var(--rmd-dialog-background-color, var(--rmd-theme-surface, #fff))" ,
1314 "rmd-sheet-dark-elevation-background-color" : "#242424" ,
14- "rmd-sheet-dark-background-color" : "rmd-dialog-theme-var(background-color)" ,
15- "rmd-sheet-background-color" : "rmd-dialog-theme-var(background-color)" ,
15+ "rmd-sheet-dark-background-color" :
16+ "var(--rmd-dialog-background-color, var(--rmd-theme-surface, #fff))" ,
17+ "rmd-sheet-background-color" :
18+ "var(--rmd-dialog-background-color, var(--rmd-theme-surface, #fff))" ,
1619 "rmd-sheet-raised-light-background-color" :
17- "rmd-dialog-theme- var(background-color )" ,
20+ "var(-- rmd-dialog-background-color, var(--rmd-theme-surface, #fff) )" ,
1821 "rmd-sheet-raised-dark-elevation-background-color" : "#353535" ,
1922 "rmd-sheet-raised-dark-background-color" :
20- "rmd-dialog-theme-var(background-color)" ,
21- "rmd-sheet-raised-background-color" : "rmd-dialog-theme-var(background-color)" ,
23+ "var(--rmd-dialog-background-color, var(--rmd-theme-surface, #fff))" ,
24+ "rmd-sheet-raised-background-color" :
25+ "var(--rmd-dialog-background-color, var(--rmd-theme-surface, #fff))" ,
2226 "rmd-sheet-enter-duration" : "0.2s" ,
2327 "rmd-sheet-leave-duration" : "0.15s" ,
2428 "rmd-sheet-touch-margin" : "3.5rem" ,
@@ -31,8 +35,10 @@ export default {
3135 "rmd-sheet-positions" : [ "top" , "right" , "bottom" , "left" ] ,
3236 "rmd-sheet-enabled-positions" : [ "top" , "right" , "bottom" , "left" ] ,
3337 "rmd-sheet-theme-values" : {
34- "background-color" : "rmd-dialog-theme-var(background-color)" ,
35- "raised-background-color" : "rmd-dialog-theme-var(background-color)" ,
38+ "background-color" :
39+ "var(--rmd-dialog-background-color, var(--rmd-theme-surface, #fff))" ,
40+ "raised-background-color" :
41+ "var(--rmd-dialog-background-color, var(--rmd-theme-surface, #fff))" ,
3642 "touch-width" : "calc(100vw - 3.5rem)" ,
3743 "static-width" : "16rem" ,
3844 "touchable-max-height" : "calc(100% - 3.5rem)" ,
0 commit comments