You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the app on Dark Mode, the details section that renders below a table for the selected row shows the field values as a white box.
If I select the white box I can read the text that's hidden because of the lack of contrast between the background color (aliceblue) and the font color (white).
The text was updated successfully, but these errors were encountered:
Background color of values in the items details list was strictly set to
which does not contrast with the white font of dark mode.
This commit uses a CSS variable dependent on the theme to decide that
background color.
Refs: #14
When using the app on Dark Mode, the details section that renders below a table for the selected row shows the field values as a white box.
If I select the white box I can read the text that's hidden because of the lack of contrast between the background color (
aliceblue
) and the font color (white
).The text was updated successfully, but these errors were encountered: