Skip to content

Commit

Permalink
108px
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Nov 19, 2024
1 parent b76d7c8 commit e5f7d59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export function useBorderControl(
if ( isCompact ) {
// Widths below represent the minimum usable width for compact controls.
// Taller controls contain greater internal padding, thus greater width.
wrapperWidth = size === '__unstable-large' ? '104px' : '90px';
wrapperWidth = size === '__unstable-large' ? '108px' : '90px';
}
const innerWrapperClassName = useMemo( () => {
const widthStyle = !! wrapperWidth && styles.wrapperWidth;
Expand Down

0 comments on commit e5f7d59

Please sign in to comment.