Skip to content

Commit

Permalink
fix: missing theme (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJosipovic authored Jan 10, 2025
1 parent 00205b2 commit d56274b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/KubeUI/App.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:KubeUI"
xmlns:semi="https://irihi.tech/semi"
xmlns:styling="using:FluentAvalonia.Styling"
xmlns:u-semi="https://irihi.tech/ursa/themes/semi"
Name="KubeUI"
RequestedThemeVariant="Default">
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->

<Application.Styles>
<semi:SemiTheme Locale="en-US" />
<u-semi:SemiTheme Locale="en-US" />
<styling:FluentAvaloniaTheme />
<!--
Expand Down

0 comments on commit d56274b

Please sign in to comment.