chore: Follow up styling

This commit is contained in:
Krille 2023-03-20 07:56:49 +01:00
commit a76bb64d21
2 changed files with 163 additions and 157 deletions

View file

@ -69,6 +69,7 @@ class NewPrivateChatView extends StatelessWidget {
style: TextButton.styleFrom(
fixedSize:
Size.fromWidth(qrCodeSize - (2 * _qrCodePadding)),
foregroundColor: Colors.black,
),
icon: Icon(Icons.adaptive.share_outlined),
label: Text(L10n.of(context)!.shareYourInviteLink),