Skip to content

Commit

Permalink
Merge pull request #3 from bricefriha/feature/play
Browse files Browse the repository at this point in the history
Things I forgot to push
bricefriha authored Jan 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 418752f + 4201400 commit f984de3
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Wordster/Platforms/Android/Resources/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#512BD4</color>
<color name="colorPrimaryDark">#2B0B98</color>
<color name="colorPrimaryDark">#233A56</color>
<color name="colorAccent">#2B0B98</color>
</resources>
4 changes: 2 additions & 2 deletions Wordster/Resources/Styles/Colors.xaml
Original file line number Diff line number Diff line change
@@ -4,9 +4,9 @@
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">

<Color x:Key="Primary">#512BD4</Color>
<Color x:Key="Primary">#5891D7</Color>
<Color x:Key="Secondary">#DFD8F7</Color>
<Color x:Key="Tertiary">#2B0B98</Color>
<Color x:Key="Tertiary">#8fce00</Color>
<Color x:Key="White">White</Color>
<Color x:Key="Black">Black</Color>
<Color x:Key="Gray100">#E1E1E1</Color>
7 changes: 1 addition & 6 deletions Wordster/ViewModels/GameViewModel.cs
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f984de3

Please sign in to comment.