We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c827833 commit 9e88f96Copy full SHA for 9e88f96
packages/ui-buttons/src/BaseButton/styles.ts
@@ -361,6 +361,9 @@ const generateStyle = (
361
touchAction: 'manipulation',
362
// This sets the focus ring's border radius displayed by the `View`
363
borderRadius: componentTheme.borderRadius,
364
+ // Prevents vertical stretching in flex parents with fixed height
365
+ // Avoids background/focus ring distortion
366
+ height: 'fit-content',
367
368
'&::-moz-focus-inner': {
369
border: '0' /* removes default dotted focus outline in Firefox */
0 commit comments