fix: 0.3.9 launch review (#4076)

* fix: cursor away doesn’t save the change. This behavior is inconsistent with the rest

* fix: emoji doesn’t show fully

* chore: set the default header text style to bold

* fix: add missing divider in time option

* fix: update placeholder cover color

* fix: background color of the change cover button

* fix: remove redundant padding

* fix: use done action instead of return

* fix: incorrect font size used in board and editor

* feat: update appflowy-editor

* fix: document freeze and the toolbar was invisible when hovering the align icon that in the toolbar

* fix: snackbar text is invisiable

* feat: padding of add icon button should be aligned the block

* chore: update icon

* fix: ci issues

* feat: add time picker
This commit is contained in:
Lucas.Xu
2023-12-05 10:46:17 +08:00
committed by GitHub
parent 0d776a9294
commit 1491fbfb0d
42 changed files with 380 additions and 210 deletions

View File

@ -141,7 +141,7 @@ class _RemoveIconButton extends StatelessWidget {
child: FlowyButton(
onTap: onTap,
useIntrinsicWidth: true,
text: FlowyText(
text: FlowyText.small(
LocaleKeys.document_plugins_cover_removeIcon.tr(),
),
leftIcon: const FlowySvg(FlowySvgs.delete_s),