File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/@react-spectrum/s2/src Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -225,9 +225,9 @@ export let listboxHeader = style<{size?: 'S' | 'M' | 'L' | 'XL'}>({
225
225
marginX : {
226
226
size : {
227
227
S : `[${ edgeToText ( 24 ) } ]` ,
228
- M : `[${ edgeToText ( 24 ) } ]` ,
229
- L : `[${ edgeToText ( 24 ) } ]` ,
230
- XL : `[${ edgeToText ( 24 ) } ]`
228
+ M : `[${ edgeToText ( 32 ) } ]` ,
229
+ L : `[${ edgeToText ( 40 ) } ]` ,
230
+ XL : `[${ edgeToText ( 48 ) } ]`
231
231
}
232
232
}
233
233
} ) ;
@@ -249,9 +249,9 @@ const separatorWrapper = style({
249
249
marginX : {
250
250
size : {
251
251
S : `[${ edgeToText ( 24 ) } ]` ,
252
- M : `[${ edgeToText ( 24 ) } ]` ,
253
- L : `[${ edgeToText ( 24 ) } ]` ,
254
- XL : `[${ edgeToText ( 24 ) } ]`
252
+ M : `[${ edgeToText ( 32 ) } ]` ,
253
+ L : `[${ edgeToText ( 40 ) } ]` ,
254
+ XL : `[${ edgeToText ( 48 ) } ]`
255
255
}
256
256
} ,
257
257
height : 12
You can’t perform that action at this time.
0 commit comments