Theme: Changes light theme canvas color a more white shade (#111318)
* Theme: Changes light theme canvas color a more white shade * Update
This commit is contained in:
@@ -16,7 +16,7 @@ export const palette = {
|
||||
darkBorder2: '#64646b',
|
||||
|
||||
// Dashboard bg / layer 0 (light theme)
|
||||
gray90: '#f4f5f5',
|
||||
gray90: '#fbfbfb',
|
||||
// Card bg / layer 1
|
||||
gray100: '#f4f5f5',
|
||||
// divider line
|
||||
|
||||
@@ -46,7 +46,7 @@ $purple: #9933cc;
|
||||
|
||||
// Scaffolding
|
||||
// -------------------------
|
||||
$body-bg: #f4f5f5;
|
||||
$body-bg: #fbfbfb;
|
||||
|
||||
$text-color: rgba(36, 41, 46, 1);
|
||||
$text-color-weak: rgba(36, 41, 46, 0.75);
|
||||
@@ -67,9 +67,9 @@ $text-muted: $text-color-weak;
|
||||
$panel-bg: #ffffff;
|
||||
|
||||
// Page header
|
||||
$page-header-bg: #f4f5f5;
|
||||
$page-header-bg: #fbfbfb;
|
||||
$page-header-shadow: inset 0px -3px 10px $gray-6;
|
||||
$page-header-border-color: #f4f5f5;
|
||||
$page-header-border-color: #fbfbfb;
|
||||
|
||||
// Graphite Target Editor
|
||||
$tight-form-func-bg: #f4f5f5;
|
||||
|
||||
Reference in New Issue
Block a user