TF-1801 Change design of email attachment
(cherry picked from commit d2700ab7ebb13cc948a7cbacbd336a04b2f2bc93)
This commit is contained in:
@@ -3,15 +3,16 @@ import 'package:core/presentation/extensions/color_extension.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class AttachmentItemWidgetStyle {
|
||||
static const double radius = 10;
|
||||
static const double radius = 8;
|
||||
static const double mobileWidth = 224;
|
||||
static const double width = 250;
|
||||
static const double height = 60;
|
||||
static const double iconSize = 44;
|
||||
static const double width = 260;
|
||||
static const double height = 36;
|
||||
static const double iconSize = 20;
|
||||
static const double space = 8;
|
||||
static const double downloadIconSize = 24;
|
||||
static const double downloadIconSize = 20;
|
||||
static const double attachmentNameMaxWidth = 130;
|
||||
|
||||
static const EdgeInsetsGeometry padding = EdgeInsetsDirectional.only(end: 12);
|
||||
static const EdgeInsetsGeometry padding = EdgeInsetsDirectional.only(end: 0);
|
||||
static const EdgeInsetsGeometry contentPadding = EdgeInsetsDirectional.all(8);
|
||||
|
||||
static const Color borderColor = AppColor.attachmentFileBorderColor;
|
||||
|
||||
Reference in New Issue
Block a user