feat: adding accuracy as text instead of colours

This commit is contained in:
Hydra 2024-04-15 00:38:25 +01:00
parent 05a31cf6a6
commit c0274ee7e7
No known key found for this signature in database
11 changed files with 83 additions and 82 deletions

View file

@ -106,5 +106,5 @@ export interface UserPreferences {
export interface HowLongToBeatCategory {
title: string;
duration: string;
color: string;
accuracy: string;
}