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

Commit

Permalink
fix(theming): Fixes an issue where custom properties were not set to …
Browse files Browse the repository at this point in the history
…default.
  • Loading branch information
tomheller authored and ffriedl89 committed Jul 28, 2020
1 parent a554f62 commit e1913e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/barista-components/style/themes.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import '../core/src/style/variables';

:root,
.dt-theme-turquoise,
.dt-theme-blue,
.dt-theme-royalblue,
Expand Down Expand Up @@ -59,6 +60,7 @@
}

/* theme turquoise */
:root,
.dt-theme-turquoise {
--dt-theme-main-default-color: #{$turquoise-600};
--dt-theme-main-hover-color: #{$turquoise-700};
Expand Down

0 comments on commit e1913e6

Please sign in to comment.