From 7a48c7c1e372b5c59cec6422aae02566a898c0dd Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Mon, 11 Mar 2024 11:31:56 +0500 Subject: [PATCH] editor: fix text on selected search result not visible --- packages/editor/styles/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/editor/styles/styles.css b/packages/editor/styles/styles.css index b4cca0257..6b9ad157e 100644 --- a/packages/editor/styles/styles.css +++ b/packages/editor/styles/styles.css @@ -286,10 +286,11 @@ img.ProseMirror-separator { .search-result.selected { background-color: var(--accent-secondary) !important; + color: var(--accentForeground-secondary); } .search-result { - background-color: var(--background-secondary); + background-color: var(--shade-secondary); } /* .line-number-widget,