File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
demo-react/src/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,17 +31,17 @@ export function ExampleTabs() {
31
31
32
32
{ /* The number of tabContentItem components should corespond to the number of TabStripItem components */ }
33
33
< tabContentItem nodeRole = "items" >
34
- < gridLayout nodeRole = "content" style = { { ...styles . fullSize , backgroundColor : 'blue' } } >
34
+ < gridLayout style = { { ...styles . fullSize , backgroundColor : 'blue' } } >
35
35
< label style = { { color : 'white' } } > Home Page</ label >
36
36
</ gridLayout >
37
37
</ tabContentItem >
38
38
< tabContentItem nodeRole = "items" >
39
- < gridLayout nodeRole = "content" style = { { ...styles . fullSize , backgroundColor : 'cyan' } } >
39
+ < gridLayout style = { { ...styles . fullSize , backgroundColor : 'cyan' } } >
40
40
< label style = { { color : 'black' } } > Account Page</ label >
41
41
</ gridLayout >
42
42
</ tabContentItem >
43
43
< tabContentItem nodeRole = "items" >
44
- < gridLayout nodeRole = "content" style = { { ...styles . fullSize , backgroundColor : 'magenta' } } >
44
+ < gridLayout style = { { ...styles . fullSize , backgroundColor : 'magenta' } } >
45
45
< label style = { { color : 'black' } } > Search Page</ label >
46
46
</ gridLayout >
47
47
</ tabContentItem >
You can’t perform that action at this time.
0 commit comments