Fix incorrect CSS fallback values

This commit is contained in:
George Gevoian
2022-09-08 14:30:46 -07:00
parent c9c46d337b
commit 965cf7e076
2 changed files with 4 additions and 4 deletions

View File

@@ -329,7 +329,7 @@ export const GristLight: ThemeColors = {
/* Page Widget Picker */
'widget-picker-primary-bg': 'white',
'widget-picker-secondary-bg': '#F7F7F7',
'widget-picker-item-fg': 'black',
'widget-picker-item-fg': 'unset',
'widget-picker-item-selected-bg': 'rgba(217,217,217,0.6)',
'widget-picker-item-disabled-bg': 'rgba(217,217,217,0.6)',
'widget-picker-icon': '#929299',