mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: action sheet revamp (#4497)
This commit is contained in:
@ -204,7 +204,7 @@ class FlowyOptionTile extends StatelessWidget {
|
||||
}
|
||||
|
||||
final padding = EdgeInsets.symmetric(
|
||||
horizontal: leading == null ? 0.0 : 8.0,
|
||||
horizontal: leading == null ? 0.0 : 12.0,
|
||||
vertical: 16.0,
|
||||
);
|
||||
|
||||
@ -213,7 +213,7 @@ class FlowyOptionTile extends StatelessWidget {
|
||||
padding: padding,
|
||||
child: FlowyText(
|
||||
text!,
|
||||
fontSize: 15,
|
||||
fontSize: 16,
|
||||
color: textColor,
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user