Skip to content

Commit

Permalink
🍗 :: [#168] 배경화면 색깔 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunho0922 committed Feb 8, 2024
1 parent 320191d commit cf8b331
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,13 @@ public class TimerCollectionViewCell: UICollectionViewCell {
public func cellUnClicked() {
exerciseNameLabel.layer.borderColor = DSKitAsset.Colors.gray50.color.cgColor
exerciseNameLabel.layer.borderWidth = 2
exerciseNameLabel.backgroundColor = DSKitAsset.Colors.gray50.color
}

public func cellClicked() {
exerciseNameLabel.layer.borderColor = DSKitAsset.Colors.blue500.color.cgColor
exerciseNameLabel.layer.borderWidth = 2
exerciseNameLabel.backgroundColor = .white
}

public func cellChoosing() {
Expand Down

0 comments on commit cf8b331

Please sign in to comment.