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