Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/ui-buttons/src/BaseButton/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,9 @@ const generateStyle = (
touchAction: 'manipulation',
// This sets the focus ring's border radius displayed by the `View`
borderRadius: componentTheme.borderRadius,
// Prevents vertical stretching in flex parents with fixed height
// Avoids background/focus ring distortion
height: 'fit-content',

'&::-moz-focus-inner': {
border: '0' /* removes default dotted focus outline in Firefox */
Expand Down
Loading