Different buttons
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
Sarah Jamie Lewis 2022-06-09 13:40:42 -07:00
parent 2bc47173f9
commit d0e7e6703b
1 changed files with 0 additions and 4 deletions

View File

@ -92,11 +92,7 @@ class _ContactRowState extends State<ContactRow> {
child: TextButton.icon(
label: Text(
AppLocalizations.of(context)!.tooltipAcceptContactRequest,
style: TextStyle(decoration: TextDecoration.underline),
),
style: ButtonStyle(
backgroundColor: MaterialStateProperty.all(Provider.of<Settings>(context).theme.backgroundPaneColor),
foregroundColor: MaterialStateProperty.all(Provider.of<Settings>(context).theme.mainTextColor)),
icon: Icon(
Icons.favorite,
size: 16,