style changes

This commit is contained in:
Sonika 2023-12-27 12:50:02 +05:30
parent 5364b95930
commit 53daf96caa
2 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@ export default function IntranetUsers(){
<TableHead className="manageusers-table-header-style"> <TableHead className="manageusers-table-header-style">
<TableRow> <TableRow>
<TableCell className="no-padding-cell"> <TableCell className="no-padding-cell">
<Button variant="contained" sx={{bgcolor:'white',color:'#1e1e1e', fontWeight:600}} startIcon={<AddIcon />} onClick={handleOpen}> <Button variant="contained" sx={{bgcolor:'#1e1e1e',color:'#3f51b5', fontWeight:600}} onClick={handleOpen}>
New New
</Button> </Button>
</TableCell> </TableCell>

View File

@ -193,7 +193,7 @@ export default function ManageUsers(){
<TableHead className="manageusers-table-header-style"> <TableHead className="manageusers-table-header-style">
<TableRow > <TableRow >
<TableCell className="no-padding-cell"> <TableCell className="no-padding-cell">
<Button variant="contained" sx={{bgcolor:'white',color:'#1e1e1e', fontWeight:600}} startIcon={<AddIcon />} onClick={handleOpen}> <Button variant="contained" sx={{bgcolor:'#1e1e1e',color:'#3f51b5', fontWeight:600}} onClick={handleOpen}>
New New
</Button> </Button>
</TableCell> </TableCell>