Skip to content

Commit e0c4885

Browse files
committed
Change the name of a generated style to match the actual name used by Flow Launcher
1 parent 8c57368 commit e0c4885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export class ResultState implements IState {
211211
</Style>
212212
213213
<!-- Result glyph -->
214-
<Style x:Key="ItemGlyphStyle" TargetType="{x:Type TextBlock}">
214+
<Style x:Key="ItemGlyph" TargetType="{x:Type TextBlock}">
215215
<Setter Property="Foreground" Value="${normalizeHexColorForWpf(this.regular.glyph.color)}" />
216216
<Setter Property="Width" Value="${this.regular.glyph.fontSize}" />
217217
<Setter Property="Height" Value="${this.regular.glyph.fontSize}" />

0 commit comments

Comments
 (0)