Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I’m using a Date Picker object in a dashboard, but I’m having some issues with its appearance when using a dark interface/theme.
As shown in the image, the Date Picker keeps its default light style, which makes it look visually disconnected from the rest of the dashboard. I couldn’t find any styling options to better adjust the object, such as changing the background color, text color, icon, border, or overall appearance.
Does anyone know if there is a way to customize the Date Picker so it fits better in a dark-themed dashboard?
Any suggestions would be very welcome.
Thank you!
You can do it on: Appearance > Presentation > styling.
Change background color to Transparent or by expression: argb(0,0,0,0);
Set the outline border to 0px.
You can do it on: Appearance > Presentation > styling.
Change background color to Transparent or by expression: argb(0,0,0,0);
Set the outline border to 0px.
Yes... it really works, but I still haven't found the right way and I shouldn't waste too much time. Thank you 🙂