@@ -177,8 +177,12 @@ module.exports = {
177
177
DEFAULT : theme . colors . gray [ 0 ] ,
178
178
alpha : `rgba(${ theme . colors . gray [ 50 ] } , ${ theme . opacity [ 5 ] } )` ,
179
179
} ,
180
- 'inverse' : theme . colors . gray [ 100 ] ,
181
- 'subtle' : {
180
+ 'inverse' : theme . colors . gray [ 100 ] ,
181
+ 'on-inverse' : {
182
+ DEFAULT : theme . colors . gray [ 90 ] ,
183
+ subtle : theme . colors . gray [ 80 ] ,
184
+ } ,
185
+ 'subtle' : {
182
186
DEFAULT : theme . colors . gray [ 10 ] ,
183
187
alpha : `rgba(${ theme . colors . gray [ 80 ] } , ${ theme . opacity [ 10 ] } )` ,
184
188
} ,
@@ -207,8 +211,12 @@ module.exports = {
207
211
DEFAULT : theme . colors . gray [ 95 ] ,
208
212
alpha : `rgba(${ theme . colors . gray [ 80 ] } , ${ theme . opacity [ 10 ] } )` ,
209
213
} ,
210
- 'inverse' : theme . colors . gray [ 0 ] ,
211
- 'subtle' : {
214
+ 'inverse' : theme . colors . gray [ 0 ] ,
215
+ 'on-inverse' : {
216
+ DEFAULT : theme . colors . gray [ 10 ] ,
217
+ subtle : theme . colors . gray [ 20 ] ,
218
+ } ,
219
+ 'subtle' : {
212
220
DEFAULT : theme . colors . gray [ 90 ] ,
213
221
alpha : `rgba(${ theme . colors . gray [ 20 ] } , ${ theme . opacity [ 10 ] } )` ,
214
222
} ,
0 commit comments