Custom colors shades

Hi,

I’m customizing the colors of my app and I’m not able to identify, in the table Theme & Design | Noloco, which shade to use for the linked records and also the tabs before selection.

I would appreciate it in advance if anyone could clarify this for me.

Hi @AcervoVivo - is this in Dark Mode or have you set the background colour to be this shade yourself?

Hi, this is in Dark Mode

In light mode is ok

Even using one of the default color themes (#f933c4), the issue is the same


Hi, everyone!

Some ideas?

Nobody is experiencing this?

Hey!

Just to confirm I also have the same issue in Dark Mode.

This ideally needs fixing by the Noloco team, but you can add the below code to your custom CSS as a temporary fix, note this is quite crude and may impact other areas of the application.

<style>
    .dark .noloco-popover .bg-white {
        background-color: rgb(31 41 55);
    }
</style>
1 Like

Thank you @EthosLuke !