Skip to content

Commit

Permalink
fix(Theme): correct DNB Eiendom state colors mint-green-50 to pistach…
Browse files Browse the repository at this point in the history
…io (#1527)
  • Loading branch information
tujoworker authored Aug 25, 2022
1 parent 0a4055d commit b7f532e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@
}
}

// Icon button
.dnb-button--secondary:not(.dnb-button--has-text) {
@include buttonActive(
var(--color-emerald-green),
var(--color-pistachio)
);
}

.dnb-button--tertiary {
color: var(--color-emerald-green);

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* Tabs theme
*
*/

@import './dnb-tabs-theme-ui.scss';

.dnb-tabs {
&__button {
@include hover() {
background-color: var(--color-pistachio);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@
*/

@import '../../../components/button/style/themes/dnb-button-theme-eiendom.scss';
@import '../../../components/tabs/style/themes/dnb-tabs-theme-eiendom.scss';

0 comments on commit b7f532e

Please sign in to comment.