few more style changes

This commit is contained in:
Sonika 2023-12-11 16:14:48 +05:30
parent dddb7c7257
commit 3735b85611
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@
.projectScreen-background .css-1ex1afd-MuiTableCell-root{
background-color: #171716 !important;
color:white !important;
border-bottom: 1px solid rgb(45 51 59);
}
.app-screen-heights{

View File

@ -82,7 +82,7 @@ export default function ProjectList({projectData}) {
<TableRow >
{columns.map((column) => (
<TableCell
sx={{bgcolor:'#171716',color:'white'}}
sx={{bgcolor:'#171716',color:'white', borderBottom:'#171716'}}
key={column.id}
// align={column.align}
style={{ minWidth: column.minWidth }}