1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12: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 d82cd0e4af
commit 44f0e71aec

View file

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