feat: reminder improvements (#3658)

This commit is contained in:
Mathias Mogensen
2023-10-12 04:19:36 +02:00
committed by GitHub
parent 058eeec932
commit bc8f35d7db
26 changed files with 785 additions and 154 deletions

View File

@ -67,7 +67,7 @@ class _PrimaryCellAccessoryState extends State<PrimaryCellAccessory>
with GridCellAccessoryState {
@override
Widget build(BuildContext context) {
return FlowyTooltip.delayed(
return FlowyTooltip(
message: LocaleKeys.tooltip_openAsPage.tr(),
child: SizedBox(
width: 26,