회원 가입 페이지(Register Screen) UI 구현 , 탈퇴 팝업 UI 개선  및 이미지 수정
This commit is contained in:
KIMGYEONGRAN
2025-12-04 17:53:52 +09:00
parent 913ca9136a
commit 260e09b3a5
12 changed files with 723 additions and 168 deletions

View File

@@ -39,7 +39,7 @@ class SmartHelmetApp extends StatelessWidget {
bodyMedium: TextStyle(color: _subTextColor, fontWeight: FontWeight.w400),
),
),
home: const HomeScreen(),
home: const LoginScreen(),
);
}
}