Wip: update the login page,

feat: update Otp in set login and transaction page.
Feat: Add validation for external account in add beneficiary.
This commit is contained in:
2025-08-14 17:05:21 +05:30
parent c9181881e0
commit 78426747e5
20 changed files with 687 additions and 474 deletions

View File

@@ -12,6 +12,23 @@ export const KccbTheme = createTheme({
primaryColor: 'kccb-colors',
colors: {
'kccb-colors': KccbColors
}
// primaryColor: 'kccb-colors'
},
//Typography settings
fontFamily: "Inter, Roboto, sans-serif",
headings: {
fontFamily: "Inter, Roboto, sans-serif",
fontWeight: '700',
sizes: {
h1: { fontSize: "2.2rem", lineHeight: '1.2' },
h2: { fontSize: "1.8rem", lineHeight: '1.3' },
h3: { fontSize: "1.5rem", lineHeight: '1.35' },
},
},
fontSizes: {
xs: "0.75rem",
sm: "0.875rem",
md: "1rem",
lg: "1.125rem",
xl: "1.25rem",
},
});