Skip to content

Commit

Permalink
button change
Browse files Browse the repository at this point in the history
  • Loading branch information
devomid committed Jul 20, 2024
1 parent 5f26a14 commit ef39f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ const ButtonsSection = () => {

<Button onClick={() => {
{ ipcRenderer.send('reset', []) }
}} color="warning" sx={{ ml: 2, width: '50%' }} variant="outlined" endIcon={<RestartAltOutlinedIcon sx={{ width: 35, height: 78 }} />}>
}} color="warning" sx={{ ml: 2, width: '50%' }} variant="contained" endIcon={<RestartAltOutlinedIcon sx={{ width: 35, height: 78 }} />}>
<Typography variant="h5" sx={{ ml: 4 }}>
پاک کردن فرم
</Typography>
</Button>

<Button color="info" sx={{ width: '50%' }} variant="outlined" endIcon={<CalculateOutlinedIcon sx={{ width: 35, height: 78 }} />} onClick={handleChange} >
<Button color="info" sx={{ width: '50%' }} variant="contained" endIcon={<CalculateOutlinedIcon sx={{ width: 35, height: 78 }} />} onClick={handleChange} >
<Typography variant="h5" sx={{ ml: 4 }}>
محاسبه
</Typography>
Expand Down

0 comments on commit ef39f95

Please sign in to comment.