Update new row top cell colour

This commit is contained in:
Andrew Kingston 2023-04-21 18:49:28 +01:00
parent 49f5aea19c
commit 9361c91ad4
1 changed files with 1 additions and 3 deletions

View File

@ -170,7 +170,7 @@
align-items: stretch;
}
.container :global(.cell) {
--cell-background: var(--spectrum-global-color-gray-100);
--cell-background: var(--spectrum-global-color-gray-75);
}
/* Underlay sits behind everything */
@ -227,8 +227,6 @@
}
/* Normal column styles */
.normal-columns {
}
.row {
width: 0;
display: flex;