few more style changes
This commit is contained in:
parent
dddb7c7257
commit
3735b85611
@ -6,6 +6,8 @@
|
|||||||
.projectScreen-background .css-1ex1afd-MuiTableCell-root{
|
.projectScreen-background .css-1ex1afd-MuiTableCell-root{
|
||||||
background-color: #171716 !important;
|
background-color: #171716 !important;
|
||||||
color:white !important;
|
color:white !important;
|
||||||
|
border-bottom: 1px solid rgb(45 51 59);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-screen-heights{
|
.app-screen-heights{
|
||||||
|
|||||||
@ -82,7 +82,7 @@ export default function ProjectList({projectData}) {
|
|||||||
<TableRow >
|
<TableRow >
|
||||||
{columns.map((column) => (
|
{columns.map((column) => (
|
||||||
<TableCell
|
<TableCell
|
||||||
sx={{bgcolor:'#171716',color:'white'}}
|
sx={{bgcolor:'#171716',color:'white', borderBottom:'#171716'}}
|
||||||
key={column.id}
|
key={column.id}
|
||||||
// align={column.align}
|
// align={column.align}
|
||||||
style={{ minWidth: column.minWidth }}
|
style={{ minWidth: column.minWidth }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user