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,
child: const Icon(
Icons.calendar_month,
color: Colors.black,
size: 38.0,
),
),
const SizedBox(width: 10),
Icon(
Icons.sync_alt_outlined,
color: AppColors.of(context).text.withOpacity(
color: Colors.black.withOpacity(
thirdPartyProvider.linkedAccounts.isEmpty
? 0.2
: 0.5),