Skip to content

Commit

Permalink
fix(table-dark): ensure .text-primary uses digital Orange 1 when in d…
Browse files Browse the repository at this point in the history
…ark-table
  • Loading branch information
ffoodd committed Oct 16, 2019
1 parent a9e94f0 commit 8ab2ecf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/utilities/_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
}

// Boosted mod
.bg-dark {
.bg-dark,
.table-dark {
@include text-emphasis-variant(".text-primary", $orange-2, true);
}
// end mod
Expand Down

0 comments on commit 8ab2ecf

Please sign in to comment.