TF-2858 Implement store event attendance status on presentation layer

This commit is contained in:
dab246
2024-05-17 17:58:23 +07:00
committed by Dat H. Pham
parent 9ce2fa69db
commit 5bac79b97a
21 changed files with 295 additions and 107 deletions
@@ -11,6 +11,8 @@ class CalendarEventActionButtonWidgetStyles {
static const Color backgroundColor = Colors.transparent;
static Color loadingBackgroundColor = Colors.grey.shade300;
static const Color selectedBackgroundColor = AppColor.disableSendEmailButtonColor;
static const Color selectedTextColor = Colors.white;
static const Color textColor = AppColor.primaryColor;
static const FontWeight fontWeight = FontWeight.w500;