TF-3410 Update color and icon size of mailbox view
This commit is contained in:
@@ -354,9 +354,10 @@ mixin MailboxWidgetMixin {
|
||||
: DirectionUtils.isDirectionRTLByLanguage(context)
|
||||
? imagePaths.icArrowLeft
|
||||
: imagePaths.icArrowRight,
|
||||
iconColor: AppColor.primaryColor,
|
||||
iconColor: Colors.black,
|
||||
iconSize: 20,
|
||||
backgroundColor: Colors.transparent,
|
||||
padding: EdgeInsets.zero,
|
||||
padding: const EdgeInsets.all(5),
|
||||
tooltipMessage: expandMode == ExpandMode.EXPAND
|
||||
? AppLocalizations.of(context).collapse
|
||||
: AppLocalizations.of(context).expand,
|
||||
@@ -368,10 +369,10 @@ mixin MailboxWidgetMixin {
|
||||
maxLines: 1,
|
||||
overflow: CommonTextStyle.defaultTextOverFlow,
|
||||
softWrap: CommonTextStyle.defaultSoftWrap,
|
||||
style: const TextStyle(
|
||||
fontSize: 17,
|
||||
style: Theme.of(context).textTheme.bodyMedium?.copyWith(
|
||||
fontSize: 14,
|
||||
color: Colors.black,
|
||||
fontWeight: FontWeight.bold
|
||||
fontWeight: FontWeight.w400,
|
||||
)
|
||||
)),
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user