mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: the button sizes in math equation input field are not same (#4741)
This commit is contained in:
parent
e2028ac5a0
commit
dfe3b0a929
@ -149,7 +149,6 @@ class _ImageAlignButtonState extends State<_ImageAlignButton> {
|
||||
child: MenuBlockButton(
|
||||
tooltip: LocaleKeys.document_plugins_optionAction_align.tr(),
|
||||
iconData: iconFor(align),
|
||||
onTap: () {},
|
||||
),
|
||||
popupBuilder: (_) {
|
||||
preventMenuClose();
|
||||
|
@ -222,6 +222,7 @@ class MathEquationBlockComponentWidgetState
|
||||
actions: [
|
||||
SecondaryTextButton(
|
||||
LocaleKeys.button_cancel.tr(),
|
||||
mode: TextButtonMode.big,
|
||||
onPressed: () => dismiss(context),
|
||||
),
|
||||
PrimaryTextButton(
|
||||
|
Loading…
Reference in New Issue
Block a user