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.
2 parents 8c57368 + e0c4885 commit 7c6d387Copy full SHA for 7c6d387
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