cal sync fixes
This commit is contained in:
parent
7b141ea09e
commit
1c014d90af
@ -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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user