mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: adjust select option editor (#4980)
* chore: adjust wording of hint * chore: remove unnecessary add button * chore: pdate select_option_editor.dart * chore: udate en.json
This commit is contained in:
parent
755083509f
commit
477e43b5e6
@ -205,19 +205,6 @@ class _Title extends StatelessWidget {
|
||||
color: Theme.of(context).hintColor,
|
||||
),
|
||||
),
|
||||
Padding(
|
||||
padding: const EdgeInsets.symmetric(
|
||||
horizontal: 4.0,
|
||||
),
|
||||
child: FlowyIconButton(
|
||||
onPressed: onPressedAddButton,
|
||||
width: 18,
|
||||
icon: const FlowySvg(
|
||||
FlowySvgs.add_s,
|
||||
),
|
||||
iconColorOnHover: Theme.of(context).colorScheme.onSecondary,
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
@ -733,9 +733,9 @@
|
||||
"blueColor": "Blue",
|
||||
"deleteTag": "Delete tag",
|
||||
"colorPanelTitle": "Color",
|
||||
"panelTitle": "Select an option or create one",
|
||||
"panelTitle": "Select an option",
|
||||
"searchOption": "Search for an option",
|
||||
"searchOrCreateOption": "Search or create an option...",
|
||||
"searchOrCreateOption": "Search...",
|
||||
"createNew": "Create a new",
|
||||
"orSelectOne": "Or select an option",
|
||||
"typeANewOption": "Type a new option",
|
||||
|
Loading…
Reference in New Issue
Block a user