mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Import redesign
Summary: New UI design for incremental imports. Test Plan: Updated Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D3945
This commit is contained in:
@@ -371,6 +371,12 @@ export const GristDark: ThemeColors = {
|
||||
'importer-preview-border': '#69697D',
|
||||
'importer-skipped-table-overlay': 'rgba(111,111,117,0.6)',
|
||||
'importer-match-icon': '#69697D',
|
||||
'importer-outside-bg': '#32323F',
|
||||
'importer-main-content-bg': '#262633',
|
||||
'importer-active-file-bg': '#16B378',
|
||||
'importer-active-file-fg': '#FFFFFF',
|
||||
'importer-inactive-file-bg': '#808080',
|
||||
'importer-inactive-file-fg': '#FFFFFF',
|
||||
|
||||
/* Menu Toggles */
|
||||
'menu-toggle-fg': '#A4A4A4',
|
||||
|
||||
@@ -371,6 +371,12 @@ export const GristLight: ThemeColors = {
|
||||
'importer-preview-border': '#D9D9D9',
|
||||
'importer-skipped-table-overlay': 'rgba(217,217,217,0.6)',
|
||||
'importer-match-icon': '#D9D9D9',
|
||||
'importer-outside-bg': '#F7F7F7',
|
||||
'importer-main-content-bg': '#FFFFFF',
|
||||
'importer-active-file-bg': '#16B378',
|
||||
'importer-active-file-fg': '#FFFFFF',
|
||||
'importer-inactive-file-bg': 'rgba(217,217,217,0.6)',
|
||||
'importer-inactive-file-fg': '#FFFFFF',
|
||||
|
||||
/* Menu Toggles */
|
||||
'menu-toggle-fg': '#929299',
|
||||
|
||||
Reference in New Issue
Block a user