File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 44
44
min-height : var (-- spectrum-global-dimension-size-4600 ) !important
45
45
}
46
46
47
- .react-spectrum-provider.bg -gray-50 {
47
+ .react-spectrum-provider.legacy -gray {
48
48
background-color : var (-- spectrum-gray-50 ) !important ;
49
+
50
+ [class* = "spectrum-Textfield-input" ],
51
+ [class* = "spectrum-BaseButton" ]:not ([class* = "--quiet" ]),
52
+ {
53
+ background-color : var (-- spectrum-gray-25 ) !important ;
54
+ & [disabled ], & [aria-disabled = "true" ] {
55
+ background-color : var (-- spectrum-gray-100 ) !important ;
56
+ }
57
+ }
58
+
59
+ [class* = "spectrum-Checkbox" ] [class* = "spectrum-Checkbox-box" ]::before ,
60
+ [class* = "spectrum-Radio-button" ]::before ,
61
+ {
62
+ background-color : var (-- spectrum-gray-25 ) !important ;
63
+ }
49
64
}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default (View, { noPadding = false } = {}) => {
32
32
< Provider
33
33
theme = { lightTheme }
34
34
colorScheme = "light"
35
- UNSAFE_className = { `react-spectrum-provider spectrum spectrum--medium spectrum--light${ paddingClass } bg -gray-50 ` }
35
+ UNSAFE_className = { `react-spectrum-provider spectrum spectrum--medium spectrum--light${ paddingClass } legacy -gray` }
36
36
>
37
37
< ErrorBoundary >
38
38
< View />
You can’t perform that action at this time.
0 commit comments