mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 14:48:41 +00:00
change color of reopened
This commit is contained in:
parent
4beeb8d5c0
commit
b92d5de4b1
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ class ChatListEntry extends StatelessWidget {
|
||||||
child: FaIcon(
|
child: FaIcon(
|
||||||
FontAwesomeIcons.repeat,
|
FontAwesomeIcons.repeat,
|
||||||
size: 12,
|
size: 12,
|
||||||
color: Colors.yellow,
|
color: Colors.white,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue