Update new row top cell colour
This commit is contained in:
parent
49f5aea19c
commit
9361c91ad4
|
@ -170,7 +170,7 @@
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
}
|
}
|
||||||
.container :global(.cell) {
|
.container :global(.cell) {
|
||||||
--cell-background: var(--spectrum-global-color-gray-100);
|
--cell-background: var(--spectrum-global-color-gray-75);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Underlay sits behind everything */
|
/* Underlay sits behind everything */
|
||||||
|
@ -227,8 +227,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Normal column styles */
|
/* Normal column styles */
|
||||||
.normal-columns {
|
|
||||||
}
|
|
||||||
.row {
|
.row {
|
||||||
width: 0;
|
width: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue