Skip to content

Minor UI issue - Button decorations on dark themes hard to read #42

Description

@Targren

I normally use "Dark Lite", but I tested it on "Dark V 1.0" and even "Celestial Macaron"

Image

The dropdowns have a similar problem:

Image

I've fixed it locally with custom CSS, but wanted to let you know about it.

.gg-default-button,
.btn-secondary
{
   background: #222222;
   color: #CCCCCC;
}

.gg-setting-input {
   color: #111111;
   background: #CCCCCC;
}
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions