Skip to content

Commit

Permalink
Redesign Button, Dropdown and header layout (#133)
Browse files Browse the repository at this point in the history
* redesign Button, Dropdown and header layout

* fix linter

* update test snapshots

* background color to constant in variables

* pass in context state into component

* update test snapshots
  • Loading branch information
yuyi-sl authored Jul 30, 2024
1 parent 4cbee63 commit d8de327
Show file tree
Hide file tree
Showing 30 changed files with 936 additions and 1,939 deletions.
2 changes: 2 additions & 0 deletions config/eslint-baseconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ module.exports = {
'./tests/**/*',
'./config/**/*',
],
optionalDependencies: false,
peerDependencies: false,
},
],
'import/no-named-as-default': 0,
Expand Down
Loading

0 comments on commit d8de327

Please sign in to comment.