Skip to content

Commit

Permalink
Added brand class for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnickles committed Feb 21, 2019
1 parent 6a86400 commit 16f3d22
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/chi/components/buttons/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
@import 'variables';

$state-colors: (
brand: (
color: navy,
button-text-color: $text-white,
tone: 70,
tone-hover: 80,
tone-focus: 90
),
primary: (
color: navy,
button-text-color: $text-white,
Expand Down

0 comments on commit 16f3d22

Please sign in to comment.