Skip to content

Commit

Permalink
add: 취향 라벨 색상 수정 (TeamNADA#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun99999 committed Apr 17, 2023
1 parent d36f3ef commit 0927e8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,6 @@ extension UIColor {
}

@nonobjc class var tasteLabel: UIColor {
return UIColor(red: 19.0 / 255.0, green: 20.0 / 255.0, blue: 22.0, alpha: 1.0)
return UIColor(red: 19.0 / 255.0, green: 20.0 / 255.0, blue: 22.0 / 255.0, alpha: 1.0)
}
}

0 comments on commit 0927e8d

Please sign in to comment.