mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-12-06 03:53:02 +00:00
fix: bulleted list icon does not center in the columns (#7471)
This commit is contained in:
parent
3d3f81ad52
commit
a062c4aadb
@ -42,10 +42,8 @@ class BulletedListIcon extends StatelessWidget {
|
|||||||
size: Size.square(size * 0.8),
|
size: Size.square(size * 0.8),
|
||||||
);
|
);
|
||||||
return Container(
|
return Container(
|
||||||
constraints: BoxConstraints(
|
width: size,
|
||||||
minWidth: size,
|
height: size,
|
||||||
minHeight: size,
|
|
||||||
),
|
|
||||||
margin: const EdgeInsets.only(right: 8.0),
|
margin: const EdgeInsets.only(right: 8.0),
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
child: icon,
|
child: icon,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user