Skip to content

Commit

Permalink
fix(Button): fix text placeholder dimensions in loading state
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor committed Jun 25, 2024
1 parent 2122322 commit fbd7982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/components/Button/Button.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ $disabled-on-primary-color-opacity: 0.5;
}

.textPlaceholder {
display: inline-block;
opacity: 0;
height: 0;
visibility: hidden;
Expand Down

0 comments on commit fbd7982

Please sign in to comment.