diff --git a/Candelator.Android/Icon.png b/Candelator.Android/Icon.png index 3c39845..e9c6571 100644 Binary files a/Candelator.Android/Icon.png and b/Candelator.Android/Icon.png differ diff --git a/Candelator.Android/MainActivity.cs b/Candelator.Android/MainActivity.cs index fd0219b..de7288d 100644 --- a/Candelator.Android/MainActivity.cs +++ b/Candelator.Android/MainActivity.cs @@ -6,7 +6,7 @@ using Avalonia.Android; namespace Candelator.Android; [Activity( - Label = "Candelator.Android", + Label = "Candelator", Theme = "@style/MyTheme.NoActionBar", Icon = "@drawable/icon", MainLauncher = true, diff --git a/Candelator.Browser/wwwroot/app.css b/Candelator.Browser/wwwroot/app.css index 1d6f754..ad7eb39 100644 --- a/Candelator.Browser/wwwroot/app.css +++ b/Candelator.Browser/wwwroot/app.css @@ -45,6 +45,14 @@ font-size: 1.5rem; } +.avalonia-splash h2 svg { + vertical-align: middle; +} + +.avalonia-splash svg { + padding-bottom: 10px; +} + .avalonia-splash a { text-decoration: none; font-size: 2.5rem; diff --git a/Candelator.Browser/wwwroot/favicon.ico b/Candelator.Browser/wwwroot/favicon.ico index f7da8bb..9aa9d7d 100644 Binary files a/Candelator.Browser/wwwroot/favicon.ico and b/Candelator.Browser/wwwroot/favicon.ico differ diff --git a/Candelator.Browser/wwwroot/index.html b/Candelator.Browser/wwwroot/index.html index b1d28dd..958098d 100644 --- a/Candelator.Browser/wwwroot/index.html +++ b/Candelator.Browser/wwwroot/index.html @@ -12,21 +12,23 @@

- Powered by - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + Candelator

diff --git a/Candelator/Assets/avalonia-logo.ico b/Candelator/Assets/avalonia-logo.ico deleted file mode 100644 index f7da8bb..0000000 Binary files a/Candelator/Assets/avalonia-logo.ico and /dev/null differ diff --git a/Candelator/Assets/candle.ico b/Candelator/Assets/candle.ico new file mode 100644 index 0000000..9aa9d7d Binary files /dev/null and b/Candelator/Assets/candle.ico differ diff --git a/Candelator/Views/MainWindow.axaml b/Candelator/Views/MainWindow.axaml index 09a5977..fca4d10 100644 --- a/Candelator/Views/MainWindow.axaml +++ b/Candelator/Views/MainWindow.axaml @@ -8,7 +8,7 @@ Width="400" SizeToContent="Height" CanMaximize="False" - Icon="/Assets/avalonia-logo.ico" + Icon="/Assets/candle.ico" Title="Candelator">