diff --git a/packages/@react-spectrum/s2/src/ComboBox.tsx b/packages/@react-spectrum/s2/src/ComboBox.tsx index f2ebd0b2526..3483e9eb1bf 100644 --- a/packages/@react-spectrum/s2/src/ComboBox.tsx +++ b/packages/@react-spectrum/s2/src/ComboBox.tsx @@ -209,7 +209,8 @@ export let listbox = style<{size: 'S' | 'M' | 'L' | 'XL'}>({ overflowY: 'auto', overflowX: 'hidden', fontFamily: 'sans', - fontSize: controlFont() + fontSize: controlFont(), + outlineStyle: 'none' }); export let listboxItem = style({