SchwarzIT / onyx

🚀 A design system and Vue.js component library created by Schwarz IT
https://onyx.schwarz
Apache License 2.0
40 stars 4 forks source link

Adjust selected text contrast in dark mode #1366

Open BoppLi opened 1 week ago

BoppLi commented 1 week ago

Currently it is hard to detect which text is selected in input controls like OnyxInput, OnyxTextarea, OnyxSelect when darkmode is active: Image

The currently used token is --onyx-color-base-neutral-200

Info: text color as well as background color can be adjusted however you like. https://developer.mozilla.org/en-US/docs/Web/CSS/::selection Image