TF-1301 Add font size dropdown menu button

Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit 1aee8b4f7dbde30c7fbf2e9aa722632c9df9cd21)
This commit is contained in:
dab246
2023-10-13 19:35:51 +07:00
committed by Dat H. Pham
parent 95edd63c04
commit 9419b600aa
10 changed files with 226 additions and 18 deletions
@@ -220,6 +220,9 @@ extension AppColor on Color {
static const colorProgressLoadingBackground = Color(0xFFE3F1FF);
static const colorDropZoneBackground = Color(0xFFF6FAFF);
static const colorDropZoneBorder = Color(0xFF46A2FF);
static const colorLabelRichText = Color(0xFFADADC0);
static const dropdownButtonBorderColor = Color(0xFFCFD7E2);
static const dropdownLabelButtonBackgroundColor = Color(0xFFF4F4F4);
static const mapGradientColor = [
[Color(0xFF21D4FD), Color(0xFFB721FF)],