Skip to content

Commit

Permalink
🎨 :: μ½”λ“œ Formatting 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
youn9k committed Aug 31, 2024
1 parent 9c53ff5 commit 16929a3
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ private extension PlayTypeTogglePopupItemButtonView {
self.baseView.layer.borderColor = isSelected ?
DesignSystemAsset.PrimaryColorV2.decrease.color.cgColor :
DesignSystemAsset.BlueGrayColor.blueGray200.color.withAlphaComponent(0.4).cgColor

self.baseView.layer.shadowOpacity = isSelected ? 0.08 : 0
}

self.imageView.image = isSelected ?
self.imageView.image = isSelected ?
DesignSystemAsset.Storage.checkBox.image : nil

let font = isSelected ?
Expand All @@ -116,7 +116,6 @@ private extension PlayTypeTogglePopupItemButtonView {
self.titleLabel.textColor = isSelected ?
DesignSystemAsset.PrimaryColorV2.decrease.color :
DesignSystemAsset.BlueGrayColor.blueGray900.color

}

func setActions() {
Expand Down

0 comments on commit 16929a3

Please sign in to comment.