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