Potential fix (#3671)

pull/3670/head
Leo Giovanetti 2022-08-03 12:23:01 -03:00 committed by GitHub
parent 77bf1d0712
commit 48a1f22ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ module.exports = {
700: "#0d121d", 700: "#0d121d",
800: "#0a0e17", 800: "#0a0e17",
900: "#080c13", 900: "#080c13",
DEFAULT: "#111827", DEFAULT: "var(--brand-color)",
}, },
brandcontrast: "var(--brand-text-color)", brandcontrast: "var(--brand-text-color)",
darkmodebrand: "var(--brand-color-dark-mode)", darkmodebrand: "var(--brand-color-dark-mode)",