Refactoring

This commit is contained in:
Felix Kirchner
2025-05-03 16:09:04 +02:00
parent 9e44138851
commit ca19067152
7 changed files with 13 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ class CustomTheme {
fontSize: 16,
);
static TextStyle createGameTitle = TextStyle(
static TextStyle rowTitle = TextStyle(
fontSize: 20,
color: primaryColor,
fontWeight: FontWeight.bold,
@@ -27,10 +27,4 @@ class CustomTheme {
color: white,
fontWeight: FontWeight.bold,
);
static TextStyle roundPlayers = TextStyle(
fontSize: 20,
color: white,
fontWeight: FontWeight.bold,
);
}