mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-11-18 11:27:35 +00:00
chore: adjust ui (#2872)
This commit is contained in:
parent
5595649f53
commit
d302f6b3fb
@ -238,6 +238,7 @@
|
|||||||
},
|
},
|
||||||
"grid": {
|
"grid": {
|
||||||
"deleteView": "Are you sure you want to delete this view?",
|
"deleteView": "Are you sure you want to delete this view?",
|
||||||
|
"createView": "New",
|
||||||
"settings": {
|
"settings": {
|
||||||
"filter": "Filter",
|
"filter": "Filter",
|
||||||
"sort": "Sort",
|
"sort": "Sort",
|
||||||
|
|||||||
@ -97,7 +97,7 @@ class TarBarAddButtonActionCell extends StatelessWidget {
|
|||||||
child: FlowyButton(
|
child: FlowyButton(
|
||||||
hoverColor: AFThemeExtension.of(context).lightGreyHover,
|
hoverColor: AFThemeExtension.of(context).lightGreyHover,
|
||||||
text: FlowyText.medium(
|
text: FlowyText.medium(
|
||||||
action.title,
|
'${LocaleKeys.grid_createView.tr()} ${action.title}',
|
||||||
color: AFThemeExtension.of(context).textColor,
|
color: AFThemeExtension.of(context).textColor,
|
||||||
),
|
),
|
||||||
leftIcon: svgWidget(
|
leftIcon: svgWidget(
|
||||||
|
|||||||
@ -186,7 +186,7 @@ class EmojiButton extends StatelessWidget {
|
|||||||
height: _kBannerActionHeight,
|
height: _kBannerActionHeight,
|
||||||
width: _kBannerActionHeight,
|
width: _kBannerActionHeight,
|
||||||
child: FlowyButton(
|
child: FlowyButton(
|
||||||
margin: const EdgeInsets.all(4),
|
margin: EdgeInsets.zero,
|
||||||
text: FlowyText.medium(
|
text: FlowyText.medium(
|
||||||
emoji,
|
emoji,
|
||||||
fontSize: 30,
|
fontSize: 30,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user