mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Fix test util and upgrade fixtures
Summary: Fixes a test util that broke after a sync with grist-core, and upgrades fixtures after a migration was added. Test Plan: N/A Reviewers: paulfitz Reviewed By: paulfitz Subscribers: paulfitz Differential Revision: https://phab.getgrist.com/D3810
This commit is contained in:
@@ -387,6 +387,11 @@ export interface ThemeColors {
|
||||
'menu-toggle-bg': string;
|
||||
'menu-toggle-border': string;
|
||||
|
||||
/* Info Button */
|
||||
'info-button-fg': string;
|
||||
'info-button-hover-fg': string;
|
||||
'info-button-active-fg': string;
|
||||
|
||||
/* Button Groups */
|
||||
'button-group-fg': string;
|
||||
'button-group-light-fg': string;
|
||||
|
||||
Reference in New Issue
Block a user