Skip to content

Commit

Permalink
♻️ :: [#219] SigninViewController / dotoriSubTitle 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuunseo committed Feb 8, 2024
1 parent 71c7942 commit 8d9be66
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ final class SigninViewController: BaseStoredViewController<SigninStore> {
.withTintColor(.dotori(.primary(.p10)))
.resize(width: 182, height: 41)
)
private let dotoriSubTitle = DotoriLabel(
"광주소프트웨어마이스터고\n기숙사 관리 시스템, DOTORI",
textColor: .neutral(.n20),
font: .subtitle2
)
.set(\.numberOfLines, 0)
.set(\.textAlignment, .center)
private let emailTextField = DotoriIconTextField(
placeholder: L10n.Signin.emailPlaceholder,
icon: .Dotori.person
Expand Down

0 comments on commit 8d9be66

Please sign in to comment.