Skip to content

Commit 10d4533

Browse files
committed
fix: fix a typo in search icon width value
1 parent 43814ce commit 10d4533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/theme-builder/state/QueryBoxState.svelte.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export class QueryBoxState implements IState {
192192
`.trim();
193193
return `
194194
<Setter Property="Visibility" Value="Collapsed" />
195-
<Setter Property="Width" Value="$0" />
195+
<Setter Property="Width" Value="0" />
196196
<Setter Property="Height" Value="0" />
197197
`.trim();
198198
}

0 commit comments

Comments
 (0)