Skip to content

Commit

Permalink
feat(tup-230): frontera primary button styles (i.e. add color vars) (#…
Browse files Browse the repository at this point in the history
…144)

* feat(tup-230): initial button styles

Add Frontera-specific values for new accent color variables.

* docs(frontera): explain commented hex code
  • Loading branch information
wesleyboar authored Jun 16, 2022
1 parent e070658 commit beb56b8
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
/* SETTINGS: Color */

:root {
/* Distinct Hues */
--global-color-accent--normal: #877453;
/* Accent Hues */
--global-color-accent--x-light: #F2DFBD; /* originally #e3d7fd */
--global-color-accent--light: #BDA374; /* originally #a387ed */
--global-color-accent--normal: #877453; /* originally #784fe8 */
--global-color-accent--dark: #64563E; /* originally #6039cc */
--global-color-accent--x-dark: #403014; /* originally #3d189b */

--global-color-accent--alt: #E0D8C9; /* #d2cce7 */
--global-color-accent--weak: #9D702140; /* #6039cc40 */
}

0 comments on commit beb56b8

Please sign in to comment.