Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
#206 내 알림 관련 이미지 에셋 추가 및 네이밍 변경에 따른 코드 수정
Browse files Browse the repository at this point in the history
- ic_alarm_large 추가
- ic_alarm -> ic_alarm_small 네이밍 변경
  • Loading branch information
dlrjswns committed Sep 25, 2024
1 parent 4cefe51 commit 4a20bd3
Show file tree
Hide file tree
Showing 15 changed files with 49 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ enum SettingType {
case .account:
return .icProfile.withTintColor(.gray400)
case .alarm:
return .icAlarm.withTintColor(.gray400)
return .icAlarmSmall.withTintColor(.gray400)
case .privacyPolicy:
return .icPrivacy.withTintColor(.gray400)
case .term:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ enum MyAlarmMenuType: CaseIterable {
var menuImage: UIImage {
switch self {
case .alarmPerformance:
return .icAlarm.withTintColor(.gray300)
return .icAlarmSmall.withTintColor(.gray300)
case .interestShow:
return .icHeartSmall.withTintColor(.gray300)
case .closedShow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ final class ShowAlarmButtonView: UIView {
}

private let alarmView = UIImageView().then {
$0.image = .icAlarm.withTintColor(.gray000)
$0.image = .icAlarmSmall.withTintColor(.gray000)
$0.contentMode = .scaleAspectFit
}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "ic__alarm_36.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
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.
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
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "ic__alarmon_36.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4a20bd3

Please sign in to comment.