mirror of
https://github.com/tommyxchow/frosty.git
synced 2025-08-06 17:48:14 +08:00
Use default font weight in chat message sheet
This commit is contained in:
@ -84,12 +84,7 @@ class ChatMessage extends StatelessWidget {
|
||||
Navigator.pop(context);
|
||||
},
|
||||
leading: const Icon(Icons.copy),
|
||||
title: const Text(
|
||||
'Copy',
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w600,
|
||||
),
|
||||
),
|
||||
title: const Text('Copy'),
|
||||
),
|
||||
ListTile(
|
||||
onTap: () {
|
||||
@ -98,12 +93,7 @@ class ChatMessage extends StatelessWidget {
|
||||
Navigator.pop(context);
|
||||
},
|
||||
leading: const Icon(Icons.reply),
|
||||
title: const Text(
|
||||
'Reply',
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w600,
|
||||
),
|
||||
),
|
||||
title: const Text('Reply'),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
Reference in New Issue
Block a user