mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 13:08:42 +00:00
update flame color
This commit is contained in:
parent
2dfab0e76f
commit
b4015dd678
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ class _UserListItem extends State<UserListItem> {
|
||||||
const SizedBox(width: 1),
|
const SizedBox(width: 1),
|
||||||
FaIcon(
|
FaIcon(
|
||||||
FontAwesomeIcons.fireFlameCurved,
|
FontAwesomeIcons.fireFlameCurved,
|
||||||
color: const Color.fromARGB(255, 215, 73, 58),
|
color: const Color.fromARGB(255, 215, 131, 58),
|
||||||
size: 10,
|
size: 10,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue