Don't use static white background color as we allow this component to be used anywhere

This commit is contained in:
Andrew Kingston 2025-04-01 11:07:04 +01:00
parent 3896a60428
commit 400db88e2d
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@
grid-template-columns: repeat(var(--cols), minmax(40px, auto)); grid-template-columns: repeat(var(--cols), minmax(40px, auto));
grid-template-rows: repeat(var(--rows), max-content); grid-template-rows: repeat(var(--rows), max-content);
overflow: hidden; overflow: hidden;
background: white; background: var(--spectrum-global-color-gray-50);
} }
.table.valid { .table.valid {
border-left: 1px solid var(--border-color); border-left: 1px solid var(--border-color);