dashboard export number

This commit is contained in:
Yasiu1376
2024-01-10 10:40:09 +03:30
parent 040d0fb284
commit 0475b12bcb

View File

@@ -41,11 +41,9 @@ const DashboardFirstComponent = () => {
}}
titleTypographyProps={{
variant: 'body1',
style: {
sx: {
textAlign: 'center',
fontWeight: 'bold',
},
sx: {
[theme.breakpoints.down('xl')]: {
fontSize: '12px',
},
@@ -83,11 +81,9 @@ const DashboardFirstComponent = () => {
}}
titleTypographyProps={{
variant: 'body1',
style: {
sx: {
textAlign: 'center',
fontWeight: 'bold',
},
sx: {
[theme.breakpoints.down('xl')]: {
fontSize: '12px',
},
@@ -128,11 +124,9 @@ const DashboardFirstComponent = () => {
}}
titleTypographyProps={{
variant: 'body1',
style: {
sx: {
textAlign: 'center',
fontWeight: 'bold',
},
sx: {
[theme.breakpoints.down('xl')]: {
fontSize: '12px',
},
@@ -170,11 +164,9 @@ const DashboardFirstComponent = () => {
}}
titleTypographyProps={{
variant: 'body1',
style: {
sx: {
textAlign: 'center',
fontWeight: 'bold',
},
sx: {
[theme.breakpoints.down('xl')]: {
fontSize: '12px',
},
@@ -215,11 +207,9 @@ const DashboardFirstComponent = () => {
}}
titleTypographyProps={{
variant: 'body1',
style: {
sx: {
textAlign: 'center',
fontWeight: 'bold',
},
sx: {
[theme.breakpoints.down('xl')]: {
fontSize: '12px',
},