Bug fixes

This commit is contained in:
Juan Gilsanz Polo 2023-02-21 18:57:17 +01:00
parent 252026319d
commit 0c23ed942a
2 changed files with 3 additions and 78 deletions

View file

@ -187,12 +187,12 @@ class _ServersListState extends State<ServersList> with SingleTickerProviderStat
Container(
padding: const EdgeInsets.all(1),
decoration: BoxDecoration(
color: Theme.of(context).floatingActionButtonTheme.backgroundColor,
color: Theme.of(context).colorScheme.primaryContainer,
borderRadius: BorderRadius.circular(20)
),
child: Icon(
Icons.star,
color: Theme.of(context).floatingActionButtonTheme.foregroundColor,
color: Theme.of(context).colorScheme.onPrimaryContainer,
size: 10,
),
),