Skip to content

Commit

Permalink
🪛[chore] : 모듈 분리 작업
Browse files Browse the repository at this point in the history
  • Loading branch information
Byeonjinha committed Nov 5, 2023
1 parent 8b3e8c9 commit 67d613e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import DesignSystem
import SwiftUI
import Authorization

public struct OnBoardingPushViiew: View {
public struct OnBoardingPushView: View {
@Environment(\.presentationMode) var presentationMode
@StateObject var appState : OnBoardingAppState = OnBoardingAppState()
@StateObject var viewModel: OnBoardingViewModel
Expand Down Expand Up @@ -107,6 +107,9 @@ public struct OnBoardingPushViiew: View {
RoundedRectangle(cornerRadius: 8.67)
.fill(Color.primaryOrange)
.frame(width: 38, height: 38)
.overlay(
Image(asset: .pingpongLogo)
)

VStack(alignment: .leading, spacing: 8) {
HStack {
Expand Down

0 comments on commit 67d613e

Please sign in to comment.