mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 12:39:49 +08:00
style: tweak lineWidthFocus to 3px (#51069)
This commit is contained in:
parent
c063168754
commit
cce261263f
@ -75,7 +75,7 @@ export default function formatToken(derivativeToken: RawMergedToken): AliasToken
|
|||||||
fontSizeIcon: mergedToken.fontSizeSM,
|
fontSizeIcon: mergedToken.fontSizeSM,
|
||||||
|
|
||||||
// Line
|
// Line
|
||||||
lineWidthFocus: mergedToken.lineWidth * 4,
|
lineWidthFocus: mergedToken.lineWidth * 3,
|
||||||
|
|
||||||
// Control
|
// Control
|
||||||
lineWidth: mergedToken.lineWidth,
|
lineWidth: mergedToken.lineWidth,
|
||||||
|
Loading…
Reference in New Issue
Block a user