alexandersokol/sd-model-organizer

Dark Theme issue on Details page

Closed this issue · 2 comments

When viewing the details for a item on the dark theme, some of the rows are 'disappearing' because of the white text on the white background.

Light:
image

Dark:
image

Hello!
Seems you are adding dark theme param to url , but extension works only with --theme dark argument while starting webui, can you try this way?

Hello! Seems you are adding dark theme param to url , but extension works only with --theme dark argument while starting webui, can you try this way?

Yes, I will try adding that.

I only used the param in the url to take those screenshots. I was not using the param until i needed the light theme screenshot. My system is defaulting to dark.

(Later)

Ok, I've added the the --theme dark arg to my webui-user.bat. It looks good:

image

Side note: After adding the --theme dark arg, it added the param (/?__theme=dark) by itself.

Thanks for the quick reply.