chore: build

This commit is contained in:
2026-06-14 18:09:44 +02:00
parent 3a0f725159
commit 6d4e0862ff
45 changed files with 3745 additions and 873 deletions
@@ -60,7 +60,7 @@ export default function AdminLoginScreen() {
heroTitle: {
fontSize: screenWidth < 380 ? fontSize.xl : fontSize.xxl,
fontWeight: "800",
color: colors.textWhite,
color: colors.textPrimary,
marginTop: spacing.m,
letterSpacing: 0.5,
},
@@ -60,7 +60,7 @@ export default function CabineLoginScreen() {
heroTitle: {
fontSize: screenWidth < 380 ? fontSize.xl : fontSize.xxl,
fontWeight: "800",
color: colors.textWhite,
color: colors.textPrimary,
marginTop: spacing.m,
letterSpacing: 0.5,
},
@@ -60,7 +60,7 @@ export default function DeliveryLoginScreen() {
heroTitle: {
fontSize: screenWidth < 380 ? fontSize.xl : fontSize.xxl,
fontWeight: "800",
color: colors.textWhite,
color: colors.textPrimary,
marginTop: spacing.m,
letterSpacing: 0.5,
},