File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/sections/Projects/Sistent/identity/typography Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -390,6 +390,8 @@ const TypographyCode = () => {
390
390
</ p >
391
391
392
392
< SistentThemeProvider initialMode = { isDark ? "dark" : "light" } >
393
+ < Row className = "table-container" $Hcenter >
394
+ < Col md = { 12 } sx = { { px : 0 } } >
393
395
< StyledTableContainer >
394
396
< Table size = "small" >
395
397
< TableHead >
@@ -421,6 +423,8 @@ const TypographyCode = () => {
421
423
</ TableBody >
422
424
</ Table >
423
425
</ StyledTableContainer >
426
+ </ Col >
427
+ </ Row >
424
428
</ SistentThemeProvider >
425
429
426
430
< a id = "Semantic Category" >
@@ -433,6 +437,8 @@ const TypographyCode = () => {
433
437
</ p >
434
438
435
439
< SistentThemeProvider initialMode = { isDark ? "dark" : "light" } >
440
+ < Row className = "table-container" $Hcenter >
441
+ < Col md = { 12 } sx = { { px : 0 } } >
436
442
< StyledTableContainer >
437
443
< Table size = "small" >
438
444
< TableHead >
@@ -491,6 +497,8 @@ const TypographyCode = () => {
491
497
</ TableBody >
492
498
</ Table >
493
499
</ StyledTableContainer >
500
+ </ Col >
501
+ </ Row >
494
502
</ SistentThemeProvider >
495
503
496
504
</ div >
You can’t perform that action at this time.
0 commit comments