cal sync fixes

This commit is contained in:
Kima 2024-03-24 22:44:18 +01:00
parent 7b141ea09e
commit 1c014d90af

View File

@ -151,13 +151,14 @@ class CalendarSyncScreenState extends State<CalendarSyncScreen>
width: 64, width: 64,
child: const Icon( child: const Icon(
Icons.calendar_month, Icons.calendar_month,
color: Colors.black,
size: 38.0, size: 38.0,
), ),
), ),
const SizedBox(width: 10), const SizedBox(width: 10),
Icon( Icon(
Icons.sync_alt_outlined, Icons.sync_alt_outlined,
color: AppColors.of(context).text.withOpacity( color: Colors.black.withOpacity(
thirdPartyProvider.linkedAccounts.isEmpty thirdPartyProvider.linkedAccounts.isEmpty
? 0.2 ? 0.2
: 0.5), : 0.5),