1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 00:05:16 +00:00

Fix issues with white theme & Forez join group screen

This commit is contained in:
2021-04-23 19:41:14 +02:00
parent e6c645f1e8
commit 1129726bbd
3 changed files with 12 additions and 2 deletions

View File

@ -140,6 +140,7 @@ class _GroupMembershipWidgetState extends SafeState<GroupMembershipWidget> {
return RichText(
text: TextSpan(
text: tr("Request membership"),
style: blackForWhiteTheme(),
recognizer: TapGestureRecognizer()
..onTap = () => _requestMembership()),
);