From 4bc594cde3ed021524c7223255e7279c5019d60a Mon Sep 17 00:00:00 2001 From: jtrzupek Date: Tue, 2 Jun 2026 09:25:09 +0200 Subject: [PATCH] chore(mobile/login): drop dead brandDot/title styles from old design Co-Authored-By: Claude Opus 4.8 (1M context) --- mobile/src/screens/LoginScreen.tsx | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/mobile/src/screens/LoginScreen.tsx b/mobile/src/screens/LoginScreen.tsx index 8153775..56d5577 100644 --- a/mobile/src/screens/LoginScreen.tsx +++ b/mobile/src/screens/LoginScreen.tsx @@ -156,25 +156,6 @@ const styles = StyleSheet.create({ scroll: { flexGrow: 1, justifyContent: 'center', padding: 24 }, brandBlock: { marginBottom: 28, alignItems: 'flex-start' }, - brandDot: { - width: 12, - height: 12, - borderRadius: 6, - backgroundColor: theme.accent, - marginBottom: 14, - shadowColor: theme.accent, - shadowOffset: { width: 0, height: 0 }, - shadowOpacity: 0.8, - shadowRadius: 10, - elevation: 6, - }, - title: { - color: theme.fg, - fontSize: 44, - fontWeight: '800', - marginBottom: 4, - letterSpacing: -1.5, - }, subtitle: { color: theme.muted, fontSize: 14,