TF-736 Apply new design for rich text button

This commit is contained in:
dab246
2022-07-25 16:31:18 +07:00
committed by Dat H. Pham
parent 3538212266
commit 1165e000f0
9 changed files with 221 additions and 140 deletions
@@ -51,6 +51,9 @@ enum RichTextStyleType {
return imagePaths.icStyleCodeView;
case headerStyle:
return imagePaths.icStyleHeader;
case textColor:
case textBackgroundColor:
return imagePaths.icStyleColor;
default:
return '';
}