Skip to content

Commit

Permalink
Fixed demo style to use assembly not namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianSuess committed Oct 13, 2024
1 parent 4bde483 commit 5ae5022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/Avalonia/PrismAvaloniaDemo/App.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
x:Class="SampleApp.App"
RequestedThemeVariant="Default">
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->

<Application.Styles>
<FluentTheme />

<!-- Custom SVG glyphs -->
<StyleInclude Source="avares://SampleApp/Styles/Icons.axaml" />
<!-- NOTE: The namespace may be 'SampleApp' but Assembly name is, 'PrismAvaloniaDemo' -->
<StyleInclude Source="avares://PrismAvaloniaDemo/Styles/Icons.axaml" />
</Application.Styles>
</Application>
</Application>

0 comments on commit 5ae5022

Please sign in to comment.