TF-2682 Add new icon and color

This commit is contained in:
DatDang
2024-03-08 10:02:39 +07:00
committed by Dat H. Pham
parent ee49b7e377
commit 24c6141f76
3 changed files with 10 additions and 0 deletions
@@ -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;