Fix incorrect background colour in standard-components table background
This commit is contained in:
parent
d82cd0e4af
commit
44f0e71aec
|
@ -94,3 +94,9 @@
|
||||||
<slot />
|
<slot />
|
||||||
</Table>
|
</Table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
div {
|
||||||
|
background-color: var(--spectrum-alias-background-color-secondary);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue