File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ export const skeletonElement = gray30;
205205// Misc
206206export const interactive = blue60 ;
207207export const highlight = blue20 ;
208- export const overlay = ' rgba(22, 22, 22, 0.5)' ;
208+ export const overlay = rgba ( black , 0.6 ) ;
209209export const toggleOff = gray50 ;
210210export const shadow = 'rgba(0, 0, 0, 0.3)' ;
211211
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ export const skeletonElement = gray80;
208208// Misc
209209export const interactive = blue50 ;
210210export const highlight = blue90 ;
211- export const overlay = rgba ( black , 0.65 ) ;
211+ export const overlay = rgba ( black , 0.6 ) ;
212212export const toggleOff = gray60 ;
213213export const shadow = rgba ( black , 0.8 ) ;
214214
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ export const skeletonElement = gray70;
209209// Misc
210210export const interactive = blue50 ;
211211export const highlight = blue80 ;
212- export const overlay = rgba ( black , 0.65 ) ;
212+ export const overlay = rgba ( black , 0.6 ) ;
213213export const toggleOff = gray50 ;
214214export const shadow = rgba ( black , 0.8 ) ;
215215
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ export const skeletonElement = gray30;
205205// Misc
206206export const interactive = blue60 ;
207207export const highlight = blue20 ;
208- export const overlay = ' rgba(22, 22, 22, 0.5)' ;
208+ export const overlay = rgba ( black , 0.6 ) ;
209209export const toggleOff = gray50 ;
210210export const shadow = 'rgba(0, 0, 0, 0.3)' ;
211211
You can’t perform that action at this time.
0 commit comments