diff --git a/core/lib/presentation/extensions/color_extension.dart b/core/lib/presentation/extensions/color_extension.dart index af6b54cfc..47b037a91 100644 --- a/core/lib/presentation/extensions/color_extension.dart +++ b/core/lib/presentation/extensions/color_extension.dart @@ -206,7 +206,6 @@ extension AppColor on Color { static const colorLineComposer = Color(0xFFF4F4F4); static const colorPrefixButtonComposer = Color(0xFF8B9CAF); static const colorRichButtonComposer = Color(0xFFAEAEC0); - static const colorMobileRichButtonComposer = Color(0xFF8C9CAF); static const colorSelected = Color(0xFFE3F1FF); static const colorAttachmentBorder = Color(0xFFE5ECF3); static const colorProgressLoadingBackground = Color(0xFFE3F1FF); diff --git a/core/lib/utils/html/html_utils.dart b/core/lib/utils/html/html_utils.dart index 92d41b56b..7fed3a0bd 100644 --- a/core/lib/utils/html/html_utils.dart +++ b/core/lib/utils/html/html_utils.dart @@ -125,7 +125,9 @@ class HtmlUtils {
- ${useDefaultFont ? '' : ''} + ${useDefaultFont && PlatformInfo.isMobile + ? '' + : ''}