Column-wise contact row (marcia feedback) #466

Merged
sarah merged 4 commits from marcia_fixes into trunk 2022-06-09 20:43:10 +00:00
1 changed files with 0 additions and 4 deletions
Showing only changes of commit d0e7e6703b - Show all commits

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,