Skip to content

Commit 41c811e

Browse files
committed
Tone down scaling on btn
1 parent 8d54708 commit 41c811e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/gitbook/src/components/primitives/Button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export function Button({
9090
'contrast-more:hover:ring-2',
9191
'contrast-more:hover:ring-tint-12',
9292

93-
'hover:scale-105',
93+
'hover:scale-104',
9494
'active:scale-100',
9595
'transition-all',
9696

packages/gitbook/tailwind.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ const config: Config = {
443443
scale: {
444444
'98': '0.98',
445445
'102': '1.02',
446+
'104': '1.04',
446447
},
447448
},
448449
opacity: opacity(),

0 commit comments

Comments
 (0)