mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: right icon size sam as left one (#3494)
This commit is contained in:
parent
0ccced4b54
commit
047f1a0b39
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user