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:
@ -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,
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user