Przeglądaj źródła

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

Lakhan Baheti 1 rok temu
rodzic
commit
047f1a0b39

+ 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),