chore: fix linter warnings

This commit is contained in:
Gordon Hayes
2021-10-12 12:04:06 +02:00
parent cb2d7df46f
commit ca3515618b
9 changed files with 17 additions and 16 deletions
@@ -82,7 +82,7 @@ class ProfileVerifyView extends StatelessWidget {
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(10),
),
color: Theme.of(context).accentColor,
color: Theme.of(context).colorScheme.secondary,
child: InkWell(
onTap: () {
context.read<ProfileVerifyCubit>().startChatting();