things things

This commit is contained in:
Kima
2024-05-03 17:08:03 +02:00
parent f346d9b8ef
commit 0b96cd9080
3 changed files with 23 additions and 17 deletions

View File

@@ -246,7 +246,7 @@ class LessonTile extends StatelessWidget {
? accent.withOpacity(.15)
: Theme.of(context)
.colorScheme
.secondary
.tertiary
.withOpacity(.15),
borderRadius: BorderRadius.circular(10.0),
),
@@ -398,7 +398,7 @@ class LessonTile extends StatelessWidget {
? accent.withOpacity(.15)
: Theme.of(context)
.colorScheme
.secondary
.tertiary
.withOpacity(.15),
borderRadius: BorderRadius.circular(10.0),
),