diff --git a/src/chi/components/buttons/buttons.scss b/src/chi/components/buttons/buttons.scss index b5d16e9da..7f248f870 100644 --- a/src/chi/components/buttons/buttons.scss +++ b/src/chi/components/buttons/buttons.scss @@ -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,