Skip to content

Commit

Permalink
Update light target cell colours to match light style.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatey committed Jul 16, 2017
1 parent a1350a2 commit d2187c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Widget/LightTargetControlView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ protocol LightTargetControlViewDelegate: class {
}

class LightTargetControlView: NSView {
static let EnabledBackgroundColor: CGColor = NSColor.white.withAlphaComponent(0.1).cgColor
static let DisabledBackgroundColor: CGColor = NSColor.black.withAlphaComponent(0.2).cgColor
static let EnabledBackgroundColor: CGColor = NSColor.black.withAlphaComponent(0.2).cgColor
static let DisabledBackgroundColor: CGColor = NSColor.black.withAlphaComponent(0.05).cgColor
static let DefaultDuration: CFTimeInterval = 0.3
static let DefaultScale: CGFloat = 0.35
static let ZoomScale: CGFloat = 6.0
Expand Down

0 comments on commit d2187c3

Please sign in to comment.