@@ -20,10 +20,12 @@ export default function ControlledAccordions() {
20
20
aria-controls = "panel1bh-content"
21
21
id = "panel1bh-header"
22
22
>
23
- < Typography sx = { { width : '33%' , flexShrink : 0 } } >
23
+ < Typography component = "span" sx = { { width : '33%' , flexShrink : 0 } } >
24
24
General settings
25
25
</ Typography >
26
- < Typography sx = { { color : 'text.secondary' } } > I am an accordion</ Typography >
26
+ < Typography component = "span" sx = { { color : 'text.secondary' } } >
27
+ I am an accordion
28
+ </ Typography >
27
29
</ AccordionSummary >
28
30
< AccordionDetails >
29
31
< Typography >
@@ -38,8 +40,10 @@ export default function ControlledAccordions() {
38
40
aria-controls = "panel2bh-content"
39
41
id = "panel2bh-header"
40
42
>
41
- < Typography sx = { { width : '33%' , flexShrink : 0 } } > Users</ Typography >
42
- < Typography sx = { { color : 'text.secondary' } } >
43
+ < Typography component = "span" sx = { { width : '33%' , flexShrink : 0 } } >
44
+ Users
45
+ </ Typography >
46
+ < Typography component = "span" sx = { { color : 'text.secondary' } } >
43
47
You are currently not an owner
44
48
</ Typography >
45
49
</ AccordionSummary >
@@ -57,10 +61,10 @@ export default function ControlledAccordions() {
57
61
aria-controls = "panel3bh-content"
58
62
id = "panel3bh-header"
59
63
>
60
- < Typography sx = { { width : '33%' , flexShrink : 0 } } >
64
+ < Typography component = "span" sx = { { width : '33%' , flexShrink : 0 } } >
61
65
Advanced settings
62
66
</ Typography >
63
- < Typography sx = { { color : 'text.secondary' } } >
67
+ < Typography component = "span" sx = { { color : 'text.secondary' } } >
64
68
Filtering has been entirely disabled for whole web server
65
69
</ Typography >
66
70
</ AccordionSummary >
@@ -77,7 +81,9 @@ export default function ControlledAccordions() {
77
81
aria-controls = "panel4bh-content"
78
82
id = "panel4bh-header"
79
83
>
80
- < Typography sx = { { width : '33%' , flexShrink : 0 } } > Personal data</ Typography >
84
+ < Typography component = "span" sx = { { width : '33%' , flexShrink : 0 } } >
85
+ Personal data
86
+ </ Typography >
81
87
</ AccordionSummary >
82
88
< AccordionDetails >
83
89
< Typography >
0 commit comments