AgnosticUI / agnosticui

AgnosticUI is a set of UI primitives that start their lives in clean HTML and CSS. These standards compliant components are then copied to our framework implementations in: React, Vue 3, Angular, and Svelte.
https://agnosticui.com
Apache License 2.0
723 stars 47 forks source link

Dark mode table hover makes text hard to read #252

Open cfjedimaster opened 1 year ago

cfjedimaster commented 1 year ago

Describe the bug When looking at a table example (https://www.agnosticui.com/docs/components/table.html) and in dark mode, when you hover over a row, the text becomes hard to read:

To Reproduce Steps to reproduce the behavior:

  1. Go to the table example, or just use the table component? (I assume, I'm only reporting what I saw in the docs)
  2. Ensure dark mode is active
  3. Hover over a table row

Expected behavior The text in the cells should have a more contrasting color on hover.

Screenshots image

Desktop (please complete the following information):