TF-3944 Change border radius for "Send" button to match new Twake system

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-08-06 00:04:27 +07:00
committed by Dat H. Pham
parent 7f9949fa5b
commit 3ef0db855b
2 changed files with 7 additions and 3 deletions
@@ -210,6 +210,8 @@ class BottomBarComposerWidget extends StatelessWidget {
text: AppLocalizations.of(context).send,
icon: imagePaths.icSend,
iconAlignment: TextDirection.rtl,
height: BottomBarComposerWidgetStyle.sendButtonHeight,
minWidth: BottomBarComposerWidgetStyle.sendButtonMinWidth,
padding: BottomBarComposerWidgetStyle.sendButtonPadding,
iconSize: BottomBarComposerWidgetStyle.iconSize,
iconSpace: BottomBarComposerWidgetStyle.sendButtonIconSpace,