TF-599 Apply new ui for button composer browser

This commit is contained in:
dab246
2022-05-31 10:39:39 +07:00
committed by Dat H. Pham
parent 47b02da7d3
commit 897fa1d8c9
4 changed files with 18 additions and 6 deletions
@@ -119,6 +119,7 @@ extension AppColor on Color {
static const colorActionButtonHover = Color(0xFFA2AAB3);
static const colorBgMenuItemDropDownSelected = Color(0x80DEE2E7);
static const colorButtonCancelDialog = Color(0x0D000000);
static const colorShadowComposerButton = Color(0x99007AFF);
static const mapGradientColor = [
[Color(0xFF21D4FD), Color(0xFFB721FF)],
@@ -117,6 +117,7 @@ class ImagePaths {
String get icClockSB => _getImagePath('ic_clock_sb.svg');
String get icSelectedSB => _getImagePath('ic_selected_sb.svg');
String get icUserSB => _getImagePath('ic_user_sb.svg');
String get icComposeWeb => _getImagePath('ic_compose_web.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;