mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: update fontFamily in button theme (#4251)
This commit is contained in:
@ -118,6 +118,9 @@ class _MobileBoardTrailingState extends State<MobileBoardTrailing> {
|
||||
icon: const Icon(Icons.add),
|
||||
label: Text(
|
||||
LocaleKeys.board_column_newGroup.tr(),
|
||||
style: style.textTheme.bodyMedium!.copyWith(
|
||||
fontWeight: FontWeight.w600,
|
||||
),
|
||||
),
|
||||
onPressed: () => setState(
|
||||
() => isEditing = true,
|
||||
|
Reference in New Issue
Block a user