Skip to content

Commit

Permalink
fix: layout shit button on hover (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpasquet authored Mar 2, 2023
1 parent 7adfc45 commit 837a4f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eleven-labs/design-system",
"version": "0.5.1",
"version": "0.5.2",
"repository": {
"type": "git",
"url": "https://github.com/eleven-labs/design-system.git"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Atoms/Button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
&--secondary {
--background-color-button: var(--color-white);
--color-button: var(--color-amaranth);
--border-width-button: 1px;
--border-width-button: 2px;

&:hover {
--border-width-button: 2px;
Expand Down

0 comments on commit 837a4f2

Please sign in to comment.