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 @@ -126,6 +126,7 @@ class ActionSheetCancelButton extends StatelessWidget {
126
126
final designVariables = DesignVariables .of (context);
127
127
return TextButton (
128
128
style: TextButton .styleFrom (
129
+ minimumSize: const Size .fromHeight (44 ),
129
130
padding: const EdgeInsets .all (10 ),
130
131
foregroundColor: designVariables.contextMenuCancelText,
131
132
shape: RoundedRectangleBorder (borderRadius: BorderRadius .circular (7 )),
@@ -139,8 +140,7 @@ class ActionSheetCancelButton extends StatelessWidget {
139
140
},
140
141
child: Text (ZulipLocalizations .of (context).dialogCancel,
141
142
style: const TextStyle (fontSize: 20 , height: 24 / 20 )
142
- .merge (weightVariableTextStyle (context, wght: 600 ))),
143
- );
143
+ .merge (weightVariableTextStyle (context, wght: 600 ))));
144
144
}
145
145
}
146
146
You can’t perform that action at this time.
0 commit comments