chore: adjust ui (#2872)

This commit is contained in:
Nathan.fooo 2023-06-21 19:47:30 +08:00 committed by GitHub
parent 5595649f53
commit d302f6b3fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -238,6 +238,7 @@
},
"grid": {
"deleteView": "Are you sure you want to delete this view?",
"createView": "New",
"settings": {
"filter": "Filter",
"sort": "Sort",

View File

@ -97,7 +97,7 @@ class TarBarAddButtonActionCell extends StatelessWidget {
child: FlowyButton(
hoverColor: AFThemeExtension.of(context).lightGreyHover,
text: FlowyText.medium(
action.title,
'${LocaleKeys.grid_createView.tr()} ${action.title}',
color: AFThemeExtension.of(context).textColor,
),
leftIcon: svgWidget(

View File

@ -186,7 +186,7 @@ class EmojiButton extends StatelessWidget {
height: _kBannerActionHeight,
width: _kBannerActionHeight,
child: FlowyButton(
margin: const EdgeInsets.all(4),
margin: EdgeInsets.zero,
text: FlowyText.medium(
emoji,
fontSize: 30,