1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

Fix incorrect background colour in standard-components table background

This commit is contained in:
Andrew Kingston 2021-05-13 13:12:59 +01:00
parent b578522bcd
commit 6de9ccd28b

View file

@ -94,3 +94,9 @@
<slot />
</Table>
</div>
<style>
div {
background-color: var(--spectrum-alias-background-color-secondary);
}
</style>