Skip to content

Commit

Permalink
🔧 Fix(About): Name button corner radius adjusted to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Jul 26, 2024
1 parent 40013a8 commit 139bd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KitX Dashboard/Views/Pages/Controls/Settings_About.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Background="{DynamicResource ThemePrimaryAccentTransparentDD}"
Command="{Binding AppNameButtonClickedCommand}"
Content="KitX"
CornerRadius="45"
CornerRadius="25"
FontSize="30"
FontWeight="SemiBold"/>

Expand Down

0 comments on commit 139bd39

Please sign in to comment.