From 46f9d9de922fe6f9e706b076478d3939094b3c59 Mon Sep 17 00:00:00 2001 From: Brice Friha Date: Thu, 25 Jan 2024 22:36:03 +0000 Subject: [PATCH 1/2] Change colours --- Wordster/Platforms/Android/Resources/values/colors.xml | 2 +- Wordster/Resources/Styles/Colors.xaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Wordster/Platforms/Android/Resources/values/colors.xml b/Wordster/Platforms/Android/Resources/values/colors.xml index c04d749..b5814c1 100644 --- a/Wordster/Platforms/Android/Resources/values/colors.xml +++ b/Wordster/Platforms/Android/Resources/values/colors.xml @@ -1,6 +1,6 @@ #512BD4 - #2B0B98 + #233A56 #2B0B98 \ No newline at end of file diff --git a/Wordster/Resources/Styles/Colors.xaml b/Wordster/Resources/Styles/Colors.xaml index e260f53..014845b 100644 --- a/Wordster/Resources/Styles/Colors.xaml +++ b/Wordster/Resources/Styles/Colors.xaml @@ -4,9 +4,9 @@ xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"> - #512BD4 + #5891D7 #DFD8F7 - #2B0B98 + #8fce00 White Black #E1E1E1 From 420140051f8cebd3f82a972629b1ad092bac971d Mon Sep 17 00:00:00 2001 From: Brice Friha Date: Sun, 28 Jan 2024 12:36:53 +0000 Subject: [PATCH 2/2] Cleaning --- Wordster/ViewModels/GameViewModel.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Wordster/ViewModels/GameViewModel.cs b/Wordster/ViewModels/GameViewModel.cs index 72790c1..1e1ce1f 100644 --- a/Wordster/ViewModels/GameViewModel.cs +++ b/Wordster/ViewModels/GameViewModel.cs @@ -1,11 +1,6 @@ -using Microsoft.Maui.Controls; + using MvvmHelpers; -using System; -using System.Collections.Generic; using System.Collections.ObjectModel; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using Wordster.Models; namespace Wordster.ViewModels