1
0
Fork 0
mirror of synced 2024-09-20 19:33:10 +12:00

Revert to using solid border colours

This commit is contained in:
Andrew Kingston 2024-07-17 15:06:06 +01:00
parent 94fec5b62b
commit 2473b82ba5
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -193,7 +193,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: stretch; align-items: stretch;
border: 1px solid var(--translucent-grey); border: 1px solid var(--spectrum-global-color-gray-200);
border-radius: 4px; border-radius: 4px;
overflow: hidden; overflow: hidden;
height: 410px; height: 410px;

View file

@ -230,7 +230,7 @@
--cell-background-alt: var(--cell-background); --cell-background-alt: var(--cell-background);
--cell-padding: 8px; --cell-padding: 8px;
--cell-spacing: 4px; --cell-spacing: 4px;
--cell-border: 1px solid var(--grid-border-color, var(--translucent-grey)); --cell-border: 1px solid var(--spectrum-global-color-gray-200);
--cell-font-size: 14px; --cell-font-size: 14px;
--cell-font-color: var(--spectrum-global-color-gray-800); --cell-font-color: var(--spectrum-global-color-gray-800);
flex: 1 1 auto; flex: 1 1 auto;