siddharthkp / react-ui

Customisable components and primitives based on design tokens
https://react-ui.dev/
418 stars 53 forks source link

Issue with Dark Theme - styling of different element needs to be changed #72

Closed iamdarshshah closed 4 years ago

iamdarshshah commented 4 years ago

Steps to Reproduce:

  1. change the theme to Dark
  2. hover on any of these elements/components:

Refer:

Issue is with the Dark theme stylings: child component stylings are the same as of the parent component (when we hover). Thus, we need to change the hover property stylings to make it visible clearly.

siddharthkp commented 4 years ago

Thanks for reporting the issue. This is a great bug report which pin-points the problem effectively!