dashboard export number
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user