git things

This commit is contained in:
zypherift
2024-04-28 23:04:23 +02:00
parent 57a4c65d2c
commit 1b95afdfc2
13 changed files with 21 additions and 48 deletions

View File

@@ -34,7 +34,7 @@ class NavbarItem extends StatelessWidget {
padding: const EdgeInsets.all(12.0),
decoration: BoxDecoration(
color: active
? Theme.of(context).colorScheme.tertiary.withOpacity(.2)
? Theme.of(context).colorScheme.secondary.withOpacity(.2)
: null,
borderRadius: BorderRadius.circular(14.0),
),