color bug fix

This commit is contained in:
Kima
2024-01-02 23:58:13 +01:00
parent 0bf6feb731
commit 05e9ee97ca
2 changed files with 6 additions and 4 deletions

View File

@@ -236,7 +236,7 @@ class LessonTile extends StatelessWidget {
child: Stack(
children: [
RoundBorderIcon(
color: fill ? accent : Colors.black,
color: fill ? accent : AppColors.of(context).text,
width: 1.0,
icon: SizedBox(
width: 25,