Skip to content

Commit

Permalink
[FIX/#177] FeedView 로고 위치 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkySide committed Nov 3, 2024
1 parent d44a33a commit 21115f2
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions PLAT/PLAT/Presentaion/TrackFeed/TrackFeedView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,9 @@ struct TrackFeedView: View {
@Bindable var musicControlUseCase = musicControlUseCase
ZStack {
VStack(alignment: .leading, spacing: 0) {
HStack {
Spacer()

Image(.imgFeedlogo)
.padding(.bottom, 20)

Spacer()
}
Image(.imgFeedlogo)
.padding(.leading, 20)
.padding(.vertical, 8)

ScrollView {
LazyVStack {
Expand Down

0 comments on commit 21115f2

Please sign in to comment.