feat: action sheet revamp (#4497)

This commit is contained in:
Lucas.Xu
2024-01-26 00:33:45 +08:00
committed by GitHub
parent be00980fdd
commit 0e3ffa8fd5
31 changed files with 429 additions and 457 deletions

View File

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