Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 051d47a

Browse files
committed
Update README.md
1 parent cf308a4 commit 051d47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ container.backgroundColor = pink
1919

2020
let label = UILabel(frame: container.frame)
2121
label.text = "Sweet"
22-
label.textColor = sun.color
22+
label.textColor = sun
2323

2424
// Example of overlay similar to Photoshop with reduced alpha
2525
label.layer.shadowColor = pink.overlayBlack.withAlpha(0.6).CGColor

0 commit comments

Comments
 (0)