Skip to content

Commit 7fd84b3

Browse files
merrymanlinusha
authored andcommitted
🧰: fix search icon in component browser
1 parent e8df282 commit 7fd84b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lively.ide/studio/component-browser.cp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,11 +1600,11 @@ const ComponentBrowser = component({
16001600
}), {
16011601
type: Text,
16021602
name: 'search clear button',
1603-
nativeCursor: 'pointer',
16041603
visible: false,
1604+
nativeCursor: 'pointer',
16051605
fontColor: Color.rgba(0, 0, 0, 0.5),
16061606
fontSize: 25,
1607-
lineHeight: 2,
1607+
lineHeight: 1,
16081608
padding: rect(1, 1, 9, 0),
16091609
textAndAttributes: ['', {
16101610
fontFamily: 'Font Awesome',

0 commit comments

Comments
 (0)