瀏覽代碼

fix: right icon size sam as left one (#3494)

Lakhan Baheti 1 年之前
父節點
當前提交
047f1a0b39
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/appflowy_flutter/lib/plugins/database_view/widgets/field/grid_property.dart

+ 1 - 1
frontend/appflowy_flutter/lib/plugins/database_view/widgets/field/grid_property.dart

@@ -143,7 +143,7 @@ class _GridPropertyCellState extends State<GridPropertyCell> {
                     ),
                   );
             },
-            icon: visibleIcon.padding(all: 6.0),
+            icon: visibleIcon.padding(all: 4.0),
           ),
           onTap: () => _popoverController.show(),
         ).padding(horizontal: 6.0),