feat: US-004 - Increase branding text to match dashboard typography scale

This commit is contained in:
2026-02-15 14:18:07 +00:00
parent c8eb38f083
commit 49f0f1aaf8
3 changed files with 31 additions and 5 deletions
+3 -3
View File
@@ -246,7 +246,7 @@ export function LoginScreen({ onComplete }: LoginScreenProps) {
<span
style={{
fontFamily: "var(--font-ui)",
fontSize: '13px',
fontSize: 'clamp(16px, 1.4vw, 20px)',
fontWeight: 600,
color: 'var(--text-secondary, #5B7A78)',
letterSpacing: '0.01em',
@@ -257,10 +257,10 @@ export function LoginScreen({ onComplete }: LoginScreenProps) {
<span
style={{
fontFamily: "var(--font-ui)",
fontSize: '11px',
fontSize: 'clamp(12px, 1vw, 14px)',
fontWeight: 400,
color: 'var(--text-tertiary, #8DA8A5)',
marginTop: '2px',
marginTop: '3px',
}}
>
CV Management Information System