Skip to content
Snippets Groups Projects
Commit 4c352325 authored by Tom Robinson's avatar Tom Robinson
Browse files

Merge branch 'color-consolidation' of github.com:metabase/metabase into color-consolidation

parents 08e4e382 af2e5962
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
.Header-title-name {
font-size: 1.24em;
color: var(--color-text-medium);
color: var(--color-text-dark);
}
.Header-attribution {
......
......@@ -16,8 +16,8 @@
--color-error: #ed6e6e;
--color-warning: #f9cf48;
--color-text-dark: #2e353b;
--color-text-medium: #93a1ab;
--color-text-light: #dce1e4;
--color-text-medium: #74838F;
--color-text-light: #C7CFD4;
--color-text-white: #ffffff;
--color-bg-black: #2e353b;
--color-bg-dark: #93a1ab;
......
......@@ -25,8 +25,8 @@ const colors = {
error: "#ED6E6E",
warning: "#F9CF48",
"text-dark": "#2E353B",
"text-medium": "#93A1AB",
"text-light": "#DCE1E4",
"text-medium": "#74838F",
"text-light": "#C7CFD4",
"text-white": "#FFFFFF",
"bg-black": "#2E353B",
"bg-dark": "#93A1AB",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment