use card background for file viewer background

This commit is contained in:
Sean Yesmunt 2019-12-03 11:48:53 -05:00
parent b810413bc3
commit e406c2fdf5
2 changed files with 1 additions and 2 deletions

View file

@ -31,7 +31,6 @@
--color-card-background: #2c3237;
--color-card-background-highlighted: #384046;
--color-header-background: #434b53;
--color-file-viewer-background: var(--color-white);
--color-tab-text: var(--color-white);
--color-tabs-background: #434b53;
--color-tab-divider: var(--color-white);

View file

@ -29,7 +29,7 @@
--color-card-background: #ffffff;
--color-card-background-highlighted: #f6faff;
--color-list-header: #fff;
--color-file-viewer-background: var(--color-white);
--color-file-viewer-background: var(--color-card-background);
--color-tabs-background: var(--color-secondary-alt);
--color-tab-divider: var(--color-secondary);