style: tweak lineWidthFocus to 3px (#51069)

This commit is contained in:
afc163 2024-09-29 15:55:49 +08:00 committed by GitHub
parent c063168754
commit cce261263f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,7 @@ export default function formatToken(derivativeToken: RawMergedToken): AliasToken
fontSizeIcon: mergedToken.fontSizeSM,
// Line
lineWidthFocus: mergedToken.lineWidth * 4,
lineWidthFocus: mergedToken.lineWidth * 3,
// Control
lineWidth: mergedToken.lineWidth,