add partial css for goals

This commit is contained in:
2025-05-25 14:43:09 +02:00
parent cca1f10925
commit 92d03d342b
4 changed files with 19 additions and 3 deletions

View File

@@ -6,4 +6,5 @@ export interface Allowance {
progress: number;
// Can be any positive number (backend checks for number relative to each other)
weight: number;
colour: string;
}