diff --git a/AppShell.xaml b/AppShell.xaml index cd5acd4..957514f 100644 --- a/AppShell.xaml +++ b/AppShell.xaml @@ -1,29 +1,32 @@ - - - - - - + + + + + + + + - - - + + + \ No newline at end of file diff --git a/MauiProgram.cs b/MauiProgram.cs index 760acb4..f58bfa4 100644 --- a/MauiProgram.cs +++ b/MauiProgram.cs @@ -13,9 +13,9 @@ public static class MauiProgram { fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold"); - fonts.AddFont("Poppins-bold.ttf", "PoppinsBold"); + fonts.AddFont("Poppins-Bold.ttf", "PoppinsBold"); + fonts.AddFont("Poppins-Regular.ttf", "Poppins"); }); - #if DEBUG builder.Logging.AddDebug(); #endif diff --git a/Resources/Fonts/Poppins-Regular.ttf b/Resources/Fonts/Poppins-Regular.ttf new file mode 100644 index 0000000..9f0c71b Binary files /dev/null and b/Resources/Fonts/Poppins-Regular.ttf differ diff --git a/Resources/Images/account.svg b/Resources/Images/account.svg deleted file mode 100644 index 2edae3e..0000000 --- a/Resources/Images/account.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/Resources/Images/dotnet_bot.svg b/Resources/Images/dotnet_bot.svg deleted file mode 100644 index abfaff2..0000000 --- a/Resources/Images/dotnet_bot.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Resources/Images/search_options.svg b/Resources/Images/search_options.svg new file mode 100644 index 0000000..5852dc1 --- /dev/null +++ b/Resources/Images/search_options.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Resources/Styles/Colors.xaml b/Resources/Styles/Colors.xaml index 00b23e3..9ac1c90 100644 --- a/Resources/Styles/Colors.xaml +++ b/Resources/Styles/Colors.xaml @@ -41,11 +41,12 @@ #72ACF1 #A7CBF6 - #f0e7e7 + #efefef White Black #6d6d6d #ff8988 + #ff8988 \ No newline at end of file diff --git a/Resources/Styles/Styles.xaml b/Resources/Styles/Styles.xaml index 18bcc12..5a52b39 100644 --- a/Resources/Styles/Styles.xaml +++ b/Resources/Styles/Styles.xaml @@ -4,6 +4,28 @@ xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"> + + + + +