Skip to content

Commit 5286370

Browse files
merrymanlinusha
authored andcommitted
🧰: fix halo color in code search
1 parent 914799f commit 5286370

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

lively.ide/code-search.cp.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -416,12 +416,7 @@ const CodeSearch = component({
416416
fontSize: 14,
417417
haloShadow: {
418418
blur: 6,
419-
color: {
420-
a: 1,
421-
b: 0.8588,
422-
g: 0.5961,
423-
r: 0.2039
424-
},
419+
color: Color.rgb(52, 152, 219),
425420
distance: 0,
426421
rotation: 45
427422
},

0 commit comments

Comments
 (0)