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,