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

Commit

Permalink
Fix inability to change accent colour consistently in custom theming (#…
Browse files Browse the repository at this point in the history
…12772)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
  • Loading branch information
t3chguy authored Jul 15, 2024
1 parent 2e0b5bb commit 38e1da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/themes/light-custom/css/_custom.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $font-family: var(--font-family, $font-family);
$monospace-font-family: var(--font-family-monospace, $monospace-font-family);

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

0 comments on commit 38e1da5

Please sign in to comment.