@@ -384,7 +384,12 @@ export default function FilesExample() {
384
384
borderRadius : '9999999px' ,
385
385
} }
386
386
>
387
- < IconButton variant = "plain" color = "neutral" size = "sm" >
387
+ < IconButton
388
+ component = "span"
389
+ variant = "plain"
390
+ color = "neutral"
391
+ size = "sm"
392
+ >
388
393
< MoreVertRoundedIcon />
389
394
</ IconButton >
390
395
</ MenuButton >
@@ -444,7 +449,12 @@ export default function FilesExample() {
444
449
maxHeight : '32px' ,
445
450
} }
446
451
>
447
- < IconButton variant = "plain" color = "neutral" size = "sm" >
452
+ < IconButton
453
+ component = "span"
454
+ variant = "plain"
455
+ color = "neutral"
456
+ size = "sm"
457
+ >
448
458
< MoreVertRoundedIcon />
449
459
</ IconButton >
450
460
</ MenuButton >
@@ -531,7 +541,12 @@ export default function FilesExample() {
531
541
maxHeight : '32px' ,
532
542
} }
533
543
>
534
- < IconButton variant = "plain" color = "neutral" size = "sm" >
544
+ < IconButton
545
+ component = "span"
546
+ variant = "plain"
547
+ color = "neutral"
548
+ size = "sm"
549
+ >
535
550
< MoreVertRoundedIcon />
536
551
</ IconButton >
537
552
</ MenuButton >
@@ -606,7 +621,12 @@ export default function FilesExample() {
606
621
maxHeight : '32px' ,
607
622
} }
608
623
>
609
- < IconButton variant = "plain" color = "neutral" size = "sm" >
624
+ < IconButton
625
+ component = "span"
626
+ variant = "plain"
627
+ color = "neutral"
628
+ size = "sm"
629
+ >
610
630
< MoreVertRoundedIcon />
611
631
</ IconButton >
612
632
</ MenuButton >
@@ -664,7 +684,12 @@ export default function FilesExample() {
664
684
borderRadius : '9999999px' ,
665
685
} }
666
686
>
667
- < IconButton variant = "plain" color = "neutral" size = "sm" >
687
+ < IconButton
688
+ component = "span"
689
+ variant = "plain"
690
+ color = "neutral"
691
+ size = "sm"
692
+ >
668
693
< MoreVertRoundedIcon />
669
694
</ IconButton >
670
695
</ MenuButton >
@@ -725,7 +750,12 @@ export default function FilesExample() {
725
750
borderRadius : '9999999px' ,
726
751
} }
727
752
>
728
- < IconButton variant = "plain" color = "neutral" size = "sm" >
753
+ < IconButton
754
+ component = "span"
755
+ variant = "plain"
756
+ color = "neutral"
757
+ size = "sm"
758
+ >
729
759
< MoreVertRoundedIcon />
730
760
</ IconButton >
731
761
</ MenuButton >
@@ -792,7 +822,7 @@ export default function FilesExample() {
792
822
< Typography level = "title-md" sx = { { flex : 1 } } >
793
823
torres-del-paine.png
794
824
</ Typography >
795
- < IconButton variant = "plain" color = "neutral" size = "sm" >
825
+ < IconButton component = "span" variant = "plain" color = "neutral" size = "sm" >
796
826
< CloseRoundedIcon />
797
827
</ IconButton >
798
828
</ Box >
0 commit comments