update flame color

This commit is contained in:
otsmr 2025-02-01 00:33:22 +01:00
parent 2dfab0e76f
commit b4015dd678

View file

@ -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,
), ),
], ],