File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend/layers/base/app/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ const idSearchInput = useId()
149149 :key =" JSON.stringify(result)"
150150 as-child
151151 :value =" JSON.stringify(result)"
152- class =" dark:data-[highlighted]:bg-gray-900 px-2xl py-md font-semibold"
152+ class =" dark:data-[highlighted]:bg-gray-900 data-[highlighted]:bg-gray-100 px-2xl py-md font-semibold"
153153 @select.prevent
154154 >
155155 <slot
@@ -166,7 +166,7 @@ const idSearchInput = useId()
166166 :key =" JSON.stringify(result)"
167167 as-child
168168 :value =" JSON.stringify(result)"
169- class =" dark:data-[highlighted]:bg-gray-900 px-2xl py-md font-semibold"
169+ class =" dark:data-[highlighted]:bg-gray-900 data-[highlighted]:bg-gray-100 px-2xl py-md font-semibold"
170170 @select.prevent
171171 >
172172 <slot
You can’t perform that action at this time.
0 commit comments