@@ -126,12 +126,12 @@ export const getTheme = (
126126 // -------------- searchResult -------------------
127127 searchResult : {
128128 backgroundColor : themePalette ?. others ?. results ?? basicColors [ 2 ] ,
129- backgroundOpacity : 0.6 ,
129+ backgroundOpacity : 1 ,
130130 } ,
131131 // -------------- highlight -------------------
132132 highlight : {
133133 backgroundColor : themePalette ?. others ?. highlight ?? basicColors [ 6 ] ,
134- backgroundOpacity : 0.6 ,
134+ backgroundOpacity : 1 ,
135135 } ,
136136 } ,
137137 } ,
@@ -204,12 +204,12 @@ export const getTheme = (
204204 // -------------- searchResult -------------------
205205 searchResult : {
206206 backgroundColor : themePalette ?. others ?. results ?? basicColors [ 2 ] ,
207- backgroundOpacity : 0.6 ,
207+ backgroundOpacity : 1 ,
208208 } ,
209209 // -------------- highlight -------------------
210210 highlight : {
211211 backgroundColor : themePalette ?. others ?. highlight ?? basicColors [ 6 ] ,
212- backgroundOpacity : 0.6 ,
212+ backgroundOpacity : 1 ,
213213 } ,
214214 } ,
215215 } ,
@@ -293,12 +293,12 @@ export const getTheme = (
293293 // -------------- searchResult -------------------
294294 searchResult : {
295295 backgroundColor : themePalette ?. others ?. results ?? basicColors [ 2 ] ,
296- backgroundOpacity : 0.6 ,
296+ backgroundOpacity : 1 ,
297297 } ,
298298 // -------------- highlight -------------------
299299 highlight : {
300300 backgroundColor : themePalette ?. others ?. highlight ?? basicColors [ 6 ] ,
301- backgroundOpacity : 0.6 ,
301+ backgroundOpacity : 1 ,
302302 } ,
303303 // -------------- prepare select --------------
304304 prepareSelect : {
0 commit comments