Skip to content

Commit

Permalink
fix: s2 quiet picker follow-up (adobe#6874)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuiliao committed Aug 14, 2024
1 parent f30983a commit e2bf18a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/@react-spectrum/s2/src/Picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ const inputButton = style<PickerButtonProps | AriaSelectRenderProps>({
...focusRing(),
...fieldInput(),
outlineStyle: {
default: 'none',
isFocusVisible: 'solid',
isQuiet: 'none'
},
position: 'relative',
Expand Down Expand Up @@ -142,7 +144,8 @@ const inputButton = style<PickerButtonProps | AriaSelectRenderProps>({
},
maxWidth: {
isQuiet: 'max'
}
},
disableTapHighlight: true
});

const quietFocusLine = style({
Expand Down

0 comments on commit e2bf18a

Please sign in to comment.