Skip to content

Commit

Permalink
Merge pull request #86 from TeamHY2/Fix/#85-RecordViewQA
Browse files Browse the repository at this point in the history
[Fix] RecordView QA 대응
  • Loading branch information
Seokki-Kwon authored Nov 12, 2024
2 parents 0a71aaa + bd76d56 commit 930aeae
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,7 @@ struct RecordCell: View {
.cornerRadius(4)
.overlay(
RoundedRectangle(cornerRadius: 4)
.stroke(
LinearGradient(
gradient: Gradient(colors: [.gray400, .gray600]),
startPoint: .topLeading,
endPoint: .bottomTrailing
),
lineWidth: 1
)
.stroke(.gray600, lineWidth: 1)
)
}
}
Expand Down

0 comments on commit 930aeae

Please sign in to comment.