Update grid border to match data section
This commit is contained in:
parent
c12a7ab19e
commit
a29cd7fefc
|
@ -277,7 +277,7 @@
|
|||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
border-bottom: var(--cell-border);
|
||||
border-bottom: var(--border-light);
|
||||
padding: var(--cell-padding);
|
||||
gap: var(--cell-spacing);
|
||||
background: var(--grid-background-alt);
|
||||
|
|
Loading…
Reference in New Issue