Skip to content

Commit

Permalink
fix: set Application Name
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJosipovic committed Sep 9, 2024
1 parent 18efe19 commit 04fc535
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/KubeUI/App.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
xmlns:local="using:KubeUI"
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. -->

Expand All @@ -13,8 +14,8 @@
<u-semi:SemiTheme Locale="en-US" />
<styling:FluentAvaloniaTheme />
<!--
https://theme.xaml.live/
https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Themes.Fluent/Accents/BaseColorsPalette.xaml
https://theme.xaml.live/
https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Themes.Fluent/Accents/BaseColorsPalette.xaml
-->
<FluentTheme DensityStyle="Compact">
<FluentTheme.Palettes>
Expand Down

0 comments on commit 04fc535

Please sign in to comment.