few more style changes
This commit is contained in:
parent
dddb7c7257
commit
3735b85611
@ -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{
|
||||
|
||||
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user