mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-12-03 18:50:04 +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),
|
||||
);
|
||||
return Container(
|
||||
constraints: BoxConstraints(
|
||||
minWidth: size,
|
||||
minHeight: size,
|
||||
),
|
||||
width: size,
|
||||
height: size,
|
||||
margin: const EdgeInsets.only(right: 8.0),
|
||||
alignment: Alignment.center,
|
||||
child: icon,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user