File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ class ActionSheetCancelButton extends StatelessWidget {
169
169
final designVariables = DesignVariables .of (context);
170
170
return TextButton (
171
171
style: TextButton .styleFrom (
172
+ minimumSize: const Size .fromHeight (44 ),
172
173
padding: const EdgeInsets .all (10 ),
173
174
foregroundColor: designVariables.contextMenuCancelText,
174
175
shape: RoundedRectangleBorder (borderRadius: BorderRadius .circular (7 )),
@@ -182,8 +183,7 @@ class ActionSheetCancelButton extends StatelessWidget {
182
183
},
183
184
child: Text (ZulipLocalizations .of (context).dialogCancel,
184
185
style: const TextStyle (fontSize: 20 , height: 24 / 20 )
185
- .merge (weightVariableTextStyle (context, wght: 600 ))),
186
- );
186
+ .merge (weightVariableTextStyle (context, wght: 600 ))));
187
187
}
188
188
}
189
189
You can’t perform that action at this time.
0 commit comments