We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c57368 commit e0c4885Copy full SHA for e0c4885
src/components/theme-builder/state/ResultState.svelte.ts
@@ -211,7 +211,7 @@ export class ResultState implements IState {
211
</Style>
212
213
<!-- Result glyph -->
214
- <Style x:Key="ItemGlyphStyle" TargetType="{x:Type TextBlock}">
+ <Style x:Key="ItemGlyph" TargetType="{x:Type TextBlock}">
215
<Setter Property="Foreground" Value="${normalizeHexColorForWpf(this.regular.glyph.color)}" />
216
<Setter Property="Width" Value="${this.regular.glyph.fontSize}" />
217
<Setter Property="Height" Value="${this.regular.glyph.fontSize}" />
0 commit comments