checkout: UI + styles enhacnements

This commit is contained in:
2025-12-30 23:50:42 +03:00
parent 3ed5c4d5d6
commit 5d523e2508
24 changed files with 355 additions and 122 deletions

View File

@@ -108,6 +108,7 @@ export const SharedThemeVars = {
colorPrimary: colors.primary,
fontFamily: "var(--font-roboto)",
colorLink: colors.primary,
lineHeight: "140%"
// colorItemTextSelected: colors.primary // Menu Item Active Item Color
};