TF-3985 Display Increase your space button when premium is available on web desktop

This commit is contained in:
dab246
2025-09-09 13:13:53 +07:00
committed by Dat H. Pham
parent 066557110d
commit 9671822f78
10 changed files with 165 additions and 12 deletions
@@ -243,6 +243,7 @@ extension AppColor on Color {
static const m3Tertiary20 = Color(0xFF71767C);
static const m3Neutral70 = Color(0xFFAEAAAE);
static const m3Neutral90 = Color(0xFFE6E1E5);
static const m3SysLightSecondaryBlue = Color(0xFF5C9CE6);
static const grayBackgroundColor = Color(0xFFF3F6F9);
static const m3SurfaceBackground = Color(0xFF1C1B1F);
static const warningColor = Color(0xFFFFC107);