TF-2682 Add new icon and color
This commit is contained in:
@@ -104,6 +104,7 @@ extension AppColor on Color {
|
||||
static const colorShadowComposerFullScreen = Color(0x33000000);
|
||||
static const colorCancelButton = Color(0xFFF2F2F2);
|
||||
static const colorTextButtonHeaderThread = Color(0xFF686E76);
|
||||
static const colorTextSettingDescriptions = colorTextButtonHeaderThread;
|
||||
static const colorButtonHeaderThread = Color(0x99EBEDF0);
|
||||
static const colorBorderBodyThread = Color(0x5CB8C1CC);
|
||||
static const colorBgDesktop = Color(0xFFF6F6F6);
|
||||
|
||||
@@ -211,6 +211,7 @@ class ImagePaths {
|
||||
String get icRecoverDeletedMessages => _getImagePath('ic_recover_deleted_messages.svg');
|
||||
String get icPrinter => _getImagePath('ic_printer.svg');
|
||||
String get icLogoApp => _getIconPath('logo_app.png');
|
||||
String get icAlwaysReadReceipt => _getImagePath('ic_always_read_receipt.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
Reference in New Issue
Block a user