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 e3a4c8b commit 04e93c8Copy full SHA for 04e93c8
packages/ui-buttons/src/BaseButton/styles.ts
@@ -361,6 +361,7 @@ const generateStyle = (
361
touchAction: 'manipulation',
362
// This sets the focus ring's border radius displayed by the `View`
363
borderRadius: componentTheme.borderRadius,
364
+ ...shapeVariants[shape!],
365
// Prevents vertical stretching in flex parents with fixed height
366
// Avoids background/focus ring distortion
367
height: 'fit-content',
0 commit comments