Skip to content

Commit e2bf18a

Browse files
authored
fix: s2 quiet picker follow-up (#6874)
1 parent f30983a commit e2bf18a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/@react-spectrum/s2/src/Picker.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ const inputButton = style<PickerButtonProps | AriaSelectRenderProps>({
111111
...focusRing(),
112112
...fieldInput(),
113113
outlineStyle: {
114+
default: 'none',
115+
isFocusVisible: 'solid',
114116
isQuiet: 'none'
115117
},
116118
position: 'relative',
@@ -142,7 +144,8 @@ const inputButton = style<PickerButtonProps | AriaSelectRenderProps>({
142144
},
143145
maxWidth: {
144146
isQuiet: 'max'
145-
}
147+
},
148+
disableTapHighlight: true
146149
});
147150

148151
const quietFocusLine = style({

0 commit comments

Comments
 (0)