Skip to content

Commit b247a49

Browse files
chore: resolve issue (#3621)
1 parent dace02d commit b247a49

File tree

1 file changed

+1
-0
lines changed
  • frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/type_option

1 file changed

+1
-0
lines changed

frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/type_option/number.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ class NumberTypeOptionWidget extends TypeOptionWidget {
7373
height: GridSize.popoverItemHeight,
7474
alignment: Alignment.centerLeft,
7575
child: FlowyText.medium(
76+
color: Theme.of(context).colorScheme.outline,
7677
LocaleKeys.grid_field_numberFormat.tr(),
7778
),
7879
);

0 commit comments

Comments
 (0)