change color excel button

This commit is contained in:
AmirHossein Mahmoodi
2025-09-22 12:03:49 +03:30
parent 419febd4c9
commit bc96960d1c
17 changed files with 34 additions and 34 deletions

View File

@@ -53,12 +53,12 @@ const PrintExcel = ({ table, filterData }) => {
return (
<>
{isMobile ? (
<IconButton aria-label="خروجی اکسل" color="primary" onClick={clickHandler}>
<IconButton aria-label="خروجی اکسل" color="success" onClick={clickHandler}>
<DescriptionIcon sx={{ fontSize: "25px" }} />
</IconButton>
) : (
<Button
color="primary"
color="success"
variant="contained"
size="small"
disabled={loading}

View File

@@ -50,12 +50,12 @@ const PrintExcel = ({ table, filterData }) => {
return (
<>
{isMobile ? (
<IconButton aria-label="خروجی اکسل" color="primary" onClick={clickHandler}>
<IconButton aria-label="خروجی اکسل" color="success" onClick={clickHandler}>
<DescriptionIcon sx={{ fontSize: "25px" }} />
</IconButton>
) : (
<Button
color="primary"
color="success"
variant="contained"
size="small"
disabled={loading}

View File

@@ -52,12 +52,12 @@ const PrintExcel = ({ table, filterData }) => {
return (
<>
{isMobile ? (
<IconButton aria-label="خروجی اکسل" color="primary" onClick={clickHandler}>
<IconButton aria-label="خروجی اکسل" color="success" onClick={clickHandler}>
<DescriptionIcon sx={{ fontSize: "25px" }} />
</IconButton>
) : (
<Button
color="primary"
color="success"
variant="contained"
size="small"
disabled={loading}

View File

@@ -52,12 +52,12 @@ const PrintExcel = ({ table, filterData }) => {
return (
<>
{isMobile ? (
<IconButton aria-label="خروجی اکسل" color="primary" onClick={clickHandler}>
<IconButton aria-label="خروجی اکسل" color="success" onClick={clickHandler}>
<DescriptionIcon sx={{ fontSize: "25px" }} />
</IconButton>
) : (
<Button
color="primary"
color="success"
variant="contained"
size="small"
disabled={loading}

View File

@@ -52,12 +52,12 @@ const PrintExcel = ({ table, filterData }) => {
return (
<>
{isMobile ? (
<IconButton aria-label="خروجی اکسل" color="primary" onClick={clickHandler}>
<IconButton aria-label="خروجی اکسل" color="success" onClick={clickHandler}>
<DescriptionIcon sx={{ fontSize: "25px" }} />
</IconButton>
) : (
<Button
color="primary"
color="success"
variant="contained"
size="small"
disabled={loading}

View File

@@ -53,12 +53,12 @@ const PrintExcel = ({ table, filterData }) => {
return (
<>
{isMobile ? (
<IconButton aria-label="خروجی اکسل" color="primary" onClick={clickHandler}>
<IconButton aria-label="خروجی اکسل" color="success" onClick={clickHandler}>
<DescriptionIcon sx={{ fontSize: "25px" }} />
</IconButton>
) : (
<Button
color="primary"
color="success"
variant="contained"
size="small"
disabled={loading}

View File

@@ -56,12 +56,12 @@ const PrintExcel = ({ table, filterData }) => {
return (
<>
{isMobile ? (
<IconButton aria-label="خروجی اکسل" color="primary" onClick={clickHandler}>
<IconButton aria-label="خروجی اکسل" color="success" onClick={clickHandler}>
<DescriptionIcon sx={{ fontSize: "25px" }} />
</IconButton>
) : (
<Button
color="primary"
color="success"
variant="contained"
size="small"
disabled={loading}

View File

@@ -55,12 +55,12 @@ const PrintExcel = ({ table, filterData }) => {
return (
<>
{isMobile ? (
<IconButton aria-label="خروجی اکسل" color="primary" onClick={clickHandler}>
<IconButton aria-label="خروجی اکسل" color="success" onClick={clickHandler}>
<DescriptionIcon sx={{ fontSize: "25px" }} />
</IconButton>
) : (
<Button
color="primary"
color="success"
variant="contained"
size="small"
disabled={loading}

View File

@@ -51,12 +51,12 @@ const PrintExcel = ({ table, filterData }) => {
return (
<>
{isMobile ? (
<IconButton aria-label="خروجی اکسل" color="primary" onClick={clickHandler}>
<IconButton aria-label="خروجی اکسل" color="success" onClick={clickHandler}>
<DescriptionIcon sx={{ fontSize: "25px" }} />
</IconButton>
) : (
<Button
color="primary"
color="success"
variant="contained"
size="small"
disabled={loading}

View File

@@ -52,12 +52,12 @@ const PrintExcel = ({ table, filterData }) => {
return (
<>
{isMobile ? (
<IconButton aria-label="خروجی اکسل" color="primary" onClick={clickHandler}>
<IconButton aria-label="خروجی اکسل" color="success" onClick={clickHandler}>
<DescriptionIcon sx={{ fontSize: "25px" }} />
</IconButton>
) : (
<Button
color="primary"
color="success"
variant="contained"
size="small"
disabled={loading}

View File

@@ -50,12 +50,12 @@ const PrintExcel = ({ table, filterData }) => {
return (
<>
{isMobile ? (
<IconButton aria-label="خروجی اکسل" color="primary" onClick={clickHandler}>
<IconButton aria-label="خروجی اکسل" color="success" onClick={clickHandler}>
<DescriptionIcon sx={{ fontSize: "25px" }} />
</IconButton>
) : (
<Button
color="primary"
color="success"
variant="contained"
size="small"
disabled={loading}

View File

@@ -52,12 +52,12 @@ const PrintExcel = ({ table, filterData }) => {
return (
<>
{isMobile ? (
<IconButton aria-label="خروجی اکسل" color="primary" onClick={clickHandler}>
<IconButton aria-label="خروجی اکسل" color="success" onClick={clickHandler}>
<DescriptionIcon sx={{ fontSize: "25px" }} />
</IconButton>
) : (
<Button
color="primary"
color="success"
variant="contained"
size="small"
disabled={loading}

View File

@@ -52,12 +52,12 @@ const PrintExcel = ({ table, filterData }) => {
return (
<>
{isMobile ? (
<IconButton aria-label="خروجی اکسل" color="primary" onClick={clickHandler}>
<IconButton aria-label="خروجی اکسل" color="success" onClick={clickHandler}>
<DescriptionIcon sx={{ fontSize: "25px" }} />
</IconButton>
) : (
<Button
color="primary"
color="success"
variant="contained"
size="small"
disabled={loading}

View File

@@ -50,12 +50,12 @@ const PrintExcel = ({ table, filterData }) => {
return (
<>
{isMobile ? (
<IconButton aria-label="خروجی اکسل" color="primary" onClick={clickHandler}>
<IconButton aria-label="خروجی اکسل" color="success" onClick={clickHandler}>
<DescriptionIcon sx={{ fontSize: "25px" }} />
</IconButton>
) : (
<Button
color="primary"
color="success"
variant="contained"
size="small"
disabled={loading}

View File

@@ -48,12 +48,12 @@ const PrintExcel = ({ table, filterData }) => {
return (
<>
{isMobile ? (
<IconButton aria-label="خروجی اکسل" color="primary" onClick={clickHandler}>
<IconButton aria-label="خروجی اکسل" color="success" onClick={clickHandler}>
<DescriptionIcon sx={{ fontSize: "25px" }} />
</IconButton>
) : (
<Button
color="primary"
color="success"
variant="contained"
size="small"
disabled={loading}

View File

@@ -48,12 +48,12 @@ const PrintExcel = ({ table, filterData }) => {
return (
<>
{isMobile ? (
<IconButton aria-label="خروجی اکسل" color="primary" onClick={clickHandler}>
<IconButton aria-label="خروجی اکسل" color="success" onClick={clickHandler}>
<DescriptionIcon sx={{ fontSize: "25px" }} />
</IconButton>
) : (
<Button
color="primary"
color="success"
variant="contained"
size="small"
disabled={loading}

View File

@@ -52,12 +52,12 @@ const PrintExcel = ({ table, filterData }) => {
return (
<>
{isMobile ? (
<IconButton aria-label="خروجی اکسل" color="primary" onClick={clickHandler}>
<IconButton aria-label="خروجی اکسل" color="success" onClick={clickHandler}>
<DescriptionIcon sx={{ fontSize: "25px" }} />
</IconButton>
) : (
<Button
color="primary"
color="success"
variant="contained"
size="small"
disabled={loading}