Update new row top cell colour
This commit is contained in:
parent
49f5aea19c
commit
9361c91ad4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue