TF-4142 Implement hyperlink insertion
This commit is contained in:
@@ -261,6 +261,8 @@ extension AppColor on Color {
|
||||
static const gray9AA7B6 = Color(0xFF9AA7B6);
|
||||
static const redFF3347 = Color(0xFFFF3347);
|
||||
static const gray686E76 = Color(0xFF686E76);
|
||||
static const gray900 = Color(0xFF222222);
|
||||
static const gray400 = Color(0xFF939393);
|
||||
static const lightGrayEBEDF0 = Color(0xFFEBEDF0);
|
||||
static const gray99A2AD = Color(0xFF99A2AD);
|
||||
static const textSecondary = Color(0xFF1C1B1F);
|
||||
|
||||
@@ -257,6 +257,9 @@ class ImagePaths {
|
||||
String get icNavigation => _getImagePath('ic_navigation.svg');
|
||||
String get icReading => _getImagePath('ic_reading.svg');
|
||||
String get icMoveFolderContent => _getImagePath('ic_move_folder_content.svg');
|
||||
String get icInsertLink => _getImagePath('ic_insert_link.svg');
|
||||
String get icRemoveLink => _getImagePath('ic_remove_link.svg');
|
||||
String get icText => _getImagePath('ic_text.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
Reference in New Issue
Block a user