Skip to content

Commit 962bf3a

Browse files
committed
Improve width button density scale
1 parent b418fb3 commit 962bf3a

File tree

1 file changed

+1
-1
lines changed
  • packages/components/src/styles/patterns

1 file changed

+1
-1
lines changed

packages/components/src/styles/patterns/button.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const BaseButtonStyles = css`
7979
padding: 0
8080
max(
8181
1px,
82-
calc((10 + (${designUnit} * 2 * (${density} + ${elementScale})))) * 1px
82+
calc((14 + (${designUnit} * (${density} + ${elementScale})))) * 1px
8383
);
8484
white-space: nowrap;
8585
outline: none;

0 commit comments

Comments
 (0)