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:
Richard Shiue
2024-03-25 12:58:10 +09:00
committed by GitHub
parent 755083509f
commit 477e43b5e6
2 changed files with 3 additions and 16 deletions

View File

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