mirror of
https://github.com/tommyxchow/frosty.git
synced 2025-05-19 23:46:32 +08:00
Change chat-only mode icon
This commit is contained in:
@ -210,7 +210,7 @@ class ChatDetails extends StatelessWidget {
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: const Icon(Icons.chat_rounded),
|
leading: const Icon(Icons.chat_outlined),
|
||||||
title: Observer(
|
title: Observer(
|
||||||
builder: (context) {
|
builder: (context) {
|
||||||
return Text(
|
return Text(
|
||||||
|
Reference in New Issue
Block a user