From 3da6f8a2d165e9e0ed3d55c1fe99ee3441f08bb8 Mon Sep 17 00:00:00 2001 From: tusooa Date: Fri, 31 May 2024 09:38:42 -0400 Subject: Ensure selection text color has enough contrast --- src/components/root.style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/root.style.js') diff --git a/src/components/root.style.js b/src/components/root.style.js index 3e840a52..f9bdf16e 100644 --- a/src/components/root.style.js +++ b/src/components/root.style.js @@ -37,7 +37,7 @@ export default { // Selection colors '--selectionBackground': 'color | --accent', - '--selectionText': 'color | $textColor(--accent, --text)' + '--selectionText': 'color | $textColor(--accent, --text, no-preserve)' } } ] -- cgit v1.2.3-70-g09d2