Skip to content

Commit 4c6265c

Browse files
authored
refactor: use oklch for default background colors (#10537)
1 parent b10afcd commit 4c6265c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/aura/src/color.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
--aura-accent-color-light-initial: var(--aura-accent-color-light);
99
--aura-accent-color-dark-initial: var(--aura-accent-color-dark);
1010

11-
--aura-background-color-light: #eceff2;
12-
--aura-background-color-dark: #13161b;
11+
--aura-background-color-light: oklch(0.95 0.005 248);
12+
--aura-background-color-dark: oklch(0.2 0.01 260);
1313

1414
--_bg-alt: light-dark(
1515
oklch(

0 commit comments

Comments
 (0)