Skip to content

Commit

Permalink
#66 Fix : 와인 메모 테두리 색 gray700 으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
DongChyeon committed Mar 10, 2024
1 parent 6934d63 commit 0a6b6f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ fun WineMemo(noteDetail: TastingNoteDetail) {
.clip(RoundedCornerShape(10.dp))
.border(
BorderStroke(
1.dp, WineyTheme.colors.main_3
1.dp, WineyTheme.colors.gray_800
),
RoundedCornerShape(10.dp)
)
Expand Down

0 comments on commit 0a6b6f3

Please sign in to comment.