mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Add an icon to the requested state
This commit is contained in:
parent
2c9dc5199c
commit
cd677deec0
@ -57,7 +57,10 @@ class _GroupMembershipWidgetState extends SafeState<GroupMembershipWidget> {
|
||||
Widget _buildPendingState() {
|
||||
return RichText(
|
||||
text: TextSpan(children: [
|
||||
TextSpan(text: tr("Requested") + " "),
|
||||
WidgetSpan(
|
||||
child: Icon(Icons.access_time, size: 12),
|
||||
alignment: PlaceholderAlignment.middle),
|
||||
TextSpan(text: " " + tr("Requested") + " "),
|
||||
TextSpan(
|
||||
text: tr("Cancel"),
|
||||
style: TextStyle(color: Colors.blue),
|
||||
|
Loading…
Reference in New Issue
Block a user