@@ -49,33 +49,33 @@ export const ds5 = mergeTheme(ds5Base, {
49
49
classes : {
50
50
root : {
51
51
":where(:not(.HvButton-disabled,.HvButton-contained))" : {
52
- "&[data-color=warning]" : { color : theme . colors . warning_140 } ,
52
+ "&[data-color=warning]" : { color : theme . colors . warningDeep } ,
53
53
} ,
54
54
} ,
55
55
contained : {
56
56
":where([data-color=primary]:not(.HvButton-disabled))" : {
57
57
":hover, &:focus-visible" : {
58
- backgroundColor : theme . colors . primary_80 ,
59
- borderColor : theme . colors . primary_80 ,
58
+ backgroundColor : theme . colors . primaryStrong ,
59
+ borderColor : theme . colors . primaryStrong ,
60
60
} ,
61
61
} ,
62
62
":where([data-color=positive]:not(.HvButton-disabled))" : {
63
63
":hover, &:focus-visible" : {
64
- backgroundColor : theme . colors . positive_80 ,
65
- borderColor : theme . colors . positive_80 ,
64
+ backgroundColor : theme . colors . positiveStrong ,
65
+ borderColor : theme . colors . positiveStrong ,
66
66
} ,
67
67
} ,
68
68
":where([data-color=warning]:not(.HvButton-disabled))" : {
69
- backgroundColor : theme . colors . warning_120 ,
69
+ backgroundColor : theme . colors . warningStrong ,
70
70
":hover, &:focus-visible" : {
71
- backgroundColor : theme . colors . warning_140 ,
72
- borderColor : theme . colors . warning_140 ,
71
+ backgroundColor : theme . colors . warningDeep ,
72
+ borderColor : theme . colors . warningDeep ,
73
73
} ,
74
74
} ,
75
75
":where([data-color=negative]:not(.HvButton-disabled))" : {
76
76
":hover, &:focus-visible" : {
77
- backgroundColor : theme . colors . negative_80 ,
78
- borderColor : theme . colors . negative_80 ,
77
+ backgroundColor : theme . colors . negativeStrong ,
78
+ borderColor : theme . colors . negativeStrong ,
79
79
} ,
80
80
} ,
81
81
} ,
@@ -108,10 +108,10 @@ export const ds5 = mergeTheme(ds5Base, {
108
108
splitGroup : {
109
109
// NEXT5 subtle multi-buttons have a custom background
110
110
"& .HvButton-subtle" : {
111
- backgroundColor : theme . colors . atmo1 ,
111
+ backgroundColor : theme . colors . bgContainer ,
112
112
} ,
113
113
"&& .HvButton-disabled" : {
114
- backgroundColor : theme . colors . atmo3 ,
114
+ backgroundColor : theme . colors . bgDisabled ,
115
115
} ,
116
116
} ,
117
117
} ,
@@ -136,7 +136,7 @@ export const ds5 = mergeTheme(ds5Base, {
136
136
classes : {
137
137
root : {
138
138
"&.HvTab-selected" : {
139
- color : theme . colors . secondary ,
139
+ color : theme . colors . text ,
140
140
} ,
141
141
} ,
142
142
} ,
@@ -158,7 +158,7 @@ export const ds5 = mergeTheme(ds5Base, {
158
158
padding : 0 ,
159
159
} ,
160
160
"& .HvIconContainer-root" : {
161
- color : `${ theme . colors . secondary } !important` ,
161
+ color : `${ theme . colors . text } !important` ,
162
162
} ,
163
163
} ,
164
164
} ,
0 commit comments