diff --git a/assets/images/ic_always_read_receipt.svg b/assets/images/ic_always_read_receipt.svg new file mode 100644 index 000000000..efe7b6a76 --- /dev/null +++ b/assets/images/ic_always_read_receipt.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/core/lib/presentation/extensions/color_extension.dart b/core/lib/presentation/extensions/color_extension.dart index 0527d9dc3..f1dd58016 100644 --- a/core/lib/presentation/extensions/color_extension.dart +++ b/core/lib/presentation/extensions/color_extension.dart @@ -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); diff --git a/core/lib/presentation/resources/image_paths.dart b/core/lib/presentation/resources/image_paths.dart index d258257f1..1b3dc1be0 100644 --- a/core/lib/presentation/resources/image_paths.dart +++ b/core/lib/presentation/resources/image_paths.dart @@ -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;