Changed name of apptheme.dart

This commit is contained in:
Felix Kirchner
2025-05-02 23:41:33 +02:00
parent 74148aed8a
commit 0d2a9c58e3
8 changed files with 25 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
import 'package:cabo_counter/data/game_session.dart';
import 'package:cabo_counter/utility/apptheme.dart';
import 'package:cabo_counter/utility/custom_theme.dart';
import 'package:cabo_counter/views/round_view.dart';
import 'package:flutter/cupertino.dart';
@@ -28,7 +28,7 @@ class _ActiveGameViewState extends State<ActiveGameView> {
padding: const EdgeInsets.fromLTRB(10, 10, 0, 0),
child: Text(
'Spieler:innen',
style: AppTheme.createGameTitle,
style: CustomTheme.createGameTitle,
),
),
ListView.builder(
@@ -61,7 +61,7 @@ class _ActiveGameViewState extends State<ActiveGameView> {
padding: const EdgeInsets.fromLTRB(10, 10, 0, 0),
child: Text(
'Runden',
style: AppTheme.createGameTitle,
style: CustomTheme.createGameTitle,
),
),
ListView.builder(