Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 38e1da5

Browse files
authored
Fix inability to change accent colour consistently in custom theming (#12772)
Signed-off-by: Michael Telatynski <[email protected]>
1 parent 2e0b5bb commit 38e1da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/themes/light-custom/css/_custom.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $font-family: var(--font-family, $font-family);
1818
$monospace-font-family: var(--font-family-monospace, $monospace-font-family);
1919

2020
/* Colors from Figma Compound https://www.figma.com/file/X4XTH9iS2KGJ2wFKDqkyed/Compound?node-id=559%3A741 */
21-
$accent: var(--accent, $accent);
21+
$accent: var(--accent-color, $accent);
2222
$alert: var(--alert, $alert);
2323
$links: var(--links, $links);
2424
$primary-content: var(--primary-content, $primary-content);

0 commit comments

Comments
 (0)