1
0
Fork 0
mirror of synced 2024-09-21 03:43:21 +12:00

Update grid border to match data section

This commit is contained in:
Andrew Kingston 2024-08-23 09:27:14 +01:00
parent c12a7ab19e
commit a29cd7fefc
No known key found for this signature in database

View file

@ -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);