Skip to content

Commit

Permalink
[fix] ThemeLabel 생성 시 text 파라미터 제거 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
solbat committed Dec 12, 2022
1 parent 1608ffe commit 4349563
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SpaceCapsule/SpaceCapsule/Scene/TabBar/Home/HomeView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import UIKit
final class HomeView: UIView, BaseView {
// MARK: - UIComponents
lazy var mainLabel: ThemeLabel = ThemeLabel(
text: "",
size: 32,
color: .themeGray300
)
Expand Down

0 comments on commit 4349563

Please sign in to comment.