conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 18 forks source link

[BUG] - The interface changes between themes #266

Closed steff456 closed 1 year ago

steff456 commented 1 year ago

Describe the bug

The themes green-accent and grayscale change the look and feel of the interface,

green-accent

image

gayscale

image

The squares are lost in the grayscale theme.

Expected behavior

The UI should match in both themes.

How to Reproduce the problem?

Switch the color theme by editing your .env file and changing the value for REACT_APP_STYLE_TYPE to any of the following :

REACT_APP_STYLE_TYPE=green-accent
REACT_APP_STYLE_TYPE=grayscale

Output

We should remove the square because it looks like a checkbox. See discussion at https://github.com/conda-incubator/conda-store-ui/pull/262#issuecomment-1673311121

Versions and dependencies used.

No response

Anything else?

No response