Skip to content

Commit

Permalink
change alpha to 0,5
Browse files Browse the repository at this point in the history
  • Loading branch information
karthuszY committed Aug 4, 2022
1 parent ac51880 commit ecef8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/did-motif-ios/DIDMotifView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ extension DIDMotifView {
subLayer.isHidden = false
subLayer.path = DIDMotifUtils.hexagonPathWith(side: itemWidth).cgPath
subLayer.bounds = CGRect(x: 0, y: 0, width: itemWidth, height: itemWidth)
subLayer.fillColor = UIColor(white: 1, alpha: 0.3).cgColor
subLayer.fillColor = UIColor(white: 1, alpha: 0.5).cgColor
let point = points?.objectAtIndexSafely(index: index) ?? CGPoint.zero
subLayer.position = point
if animated {
Expand Down

0 comments on commit ecef8b1

Please sign in to comment.