TF-248 Add search form input inside ThreadView
This commit is contained in:
@@ -65,6 +65,8 @@ extension AppColor on Color {
|
||||
static const colorNameEmail = Color(0xFF000000);
|
||||
static const colorContentEmail = Color(0xFF6D7885);
|
||||
static const colorTextButton = Color(0xFF007AFF);
|
||||
static const colorHintSearchBar = Color(0xFF818C99);
|
||||
static const colorBgSearchBar = Color(0xFFEBEDF0);
|
||||
|
||||
static const mapGradientColor = [
|
||||
[Color(0xFF21D4FD), Color(0xFFB721FF)],
|
||||
|
||||
@@ -49,6 +49,7 @@ class ImagePaths {
|
||||
String get icChevron => _getImagePath('ic_chevron.svg');
|
||||
String get icChevronDown => _getImagePath('ic_chevron_down.svg');
|
||||
String get icFilter => _getImagePath('ic_filter.svg');
|
||||
String get icSearchBar => _getImagePath('ic_search_bar.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
Reference in New Issue
Block a user