1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

Add Chromatic (#719)

This commit is contained in:
Oscar Hinton
2022-03-15 13:50:42 +01:00
committed by GitHub
parent 3ec0f6977a
commit 15ad2ca3ea
10 changed files with 650 additions and 39 deletions

View File

@@ -37,7 +37,11 @@ module.exports = {
500: "var(--color-info-500)",
700: "var(--color-info-700)",
},
"text-muted": "var(--color-text-muted)",
text: {
main: "var(--color-text-main)",
muted: "var(--color-text-muted)",
contrast: "var(--color-text-contrast)",
},
background: {
DEFAULT: "var(--color-background)",
alt: "var(--color-background-alt)",