From d0e7e6703b05230776ee630ce57ac7d6a3356cf2 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Thu, 9 Jun 2022 13:40:42 -0700 Subject: [PATCH] Different buttons --- lib/widgets/contactrow.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/widgets/contactrow.dart b/lib/widgets/contactrow.dart index 9ec72e14..a1769f19 100644 --- a/lib/widgets/contactrow.dart +++ b/lib/widgets/contactrow.dart @@ -92,11 +92,7 @@ class _ContactRowState extends State { child: TextButton.icon( label: Text( AppLocalizations.of(context)!.tooltipAcceptContactRequest, - style: TextStyle(decoration: TextDecoration.underline), ), - style: ButtonStyle( - backgroundColor: MaterialStateProperty.all(Provider.of(context).theme.backgroundPaneColor), - foregroundColor: MaterialStateProperty.all(Provider.of(context).theme.mainTextColor)), icon: Icon( Icons.favorite, size: 16,