From 0475b12bcb432f3164e2a041e6c465609157dc50 Mon Sep 17 00:00:00 2001 From: Yasiu1376 Date: Wed, 10 Jan 2024 10:40:09 +0330 Subject: [PATCH] dashboard export number --- src/components/dashboard/first/index.jsx | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/src/components/dashboard/first/index.jsx b/src/components/dashboard/first/index.jsx index c4fba24..310569f 100644 --- a/src/components/dashboard/first/index.jsx +++ b/src/components/dashboard/first/index.jsx @@ -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', },