TF-2116 Apply new design for web composer

(cherry picked from commit 1295eb59b2f5abd1095c00ade53c90f7d4f1ecd6)
This commit is contained in:
dab246
2023-09-06 11:53:26 +07:00
committed by Dat H. Pham
parent 0b3f72915a
commit 11dcc38fab
10 changed files with 820 additions and 790 deletions
@@ -0,0 +1,5 @@
enum FormattingOptionsState {
enabled,
disabled
}
@@ -0,0 +1,5 @@
enum PrefixRecipientState {
enabled,
disabled
}