Skip to content

Commit

Permalink
fix(Hyperbutton): use CSS variable to enable changing the volor of th…
Browse files Browse the repository at this point in the history
…e text in the button.

The color of the background of the button is still currently hard coded, do its use of the Polished API's. I imagine there is either a mixin or someother advanced CSS functionality that could be used here.
  • Loading branch information
keplersj committed Dec 8, 2021
1 parent 4939150 commit d010200
Show file tree
Hide file tree
Showing 7 changed files with 199 additions and 196 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -127,3 +127,4 @@ typings/

dist/
reports/
storybook-static/
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -127,3 +127,4 @@ typings/

!dist/
reports/
storybook-static/
1 change: 1 addition & 0 deletions jest.config.cjs
Expand Up @@ -4,6 +4,7 @@ const testPathIgnorePatterns = [
"/.docz/",
"/coverage/",
"/reports/",
"/storybook-static/",
];

module.exports = {
Expand Down

0 comments on commit d010200

Please sign in to comment.