Skip to content

Commit 3ae8f29

Browse files
committed
remove comment
1 parent 01ead63 commit 3ae8f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export let listboxItem = style({
170170
value: centerPadding()
171171
},
172172
paddingBottom: '--labelPadding',
173-
backgroundColor: { // TODO: revisit color when I have access to dev mode again
173+
backgroundColor: {
174174
default: 'transparent',
175175
isFocused: baseColor('gray-100').isFocusVisible
176176
},

0 commit comments

Comments
 (0)