Theme issue with tables display

Hi,

I use a theme that has a issue I would like to fix.

When natigating from home -> configuration -> integrations -> select a integration with devices (like Smartthings) -> search and rows are all white. Cannot see data, but of course those are there.

Which is the key in the theme yaml file to be changed to fix the issue ?
Thank you in advance,

Simone

Mine is working with this code:
Amoled Theme

I previously had the same issue as you with another theme.

You know witch part of the code is involved in this issue ?

Simone

Found a part of the solution!
Adding

data-table-background-color: var(--primary-background-color)

fix the background.
Now I only miss the “shadow” when I move trough the items of the list and it’s done.

Anyone can help ?

Simone