Ensure selection text color has enough contrast

This commit is contained in:
tusooa 2024-05-31 09:38:42 -04:00
parent 82db31f7ac
commit 3da6f8a2d1
No known key found for this signature in database
GPG Key ID: ED5657F8FEDDA66C
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Ensure selection text color has enough contrast

View File

@ -37,7 +37,7 @@ export default {
// Selection colors // Selection colors
'--selectionBackground': 'color | --accent', '--selectionBackground': 'color | --accent',
'--selectionText': 'color | $textColor(--accent, --text)' '--selectionText': 'color | $textColor(--accent, --text, no-preserve)'
} }
} }
] ]