Skip to content

Commit

Permalink
feat(styles): adjust button thin height to minimally be set to 24px (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker authored Apr 22, 2024
1 parent ea1aa6d commit 8ee7748
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1 deletion.
Binary file modified e2e/screenshots/button-thin-secondary-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified e2e/screenshots/button-thin-variant-error-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified e2e/screenshots/button-thin-variant-primary-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified e2e/screenshots/dark--button-thin-secondary-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified e2e/screenshots/dark--button-thin-variant-error-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified e2e/screenshots/dark--button-thin-variant-primary-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified e2e/screenshots/dark--iconbutton-variant-error-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified e2e/screenshots/dark--iconbutton-variant-primary-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified e2e/screenshots/dark--iconbutton-variant-secondary-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified e2e/screenshots/iconbutton-variant-error-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified e2e/screenshots/iconbutton-variant-primary-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified e2e/screenshots/iconbutton-variant-secondary-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/styles/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
--button-text-color-dark: var(--gray-90);
--button-text-color-light: var(--white);
--button-focus-ring-color: var(--focus-light);
--button-thin-height: 23px;
--button-thin-height: var(--target-size-minimum);

--button-height: 36px;
}
Expand Down

0 comments on commit 8ee7748

Please sign in to comment.