We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1edd815 commit b7fd931Copy full SHA for b7fd931
Sources/YCoreUI/Extensions/UIKit/UIColor+WCAG.swift
@@ -97,7 +97,9 @@ extension UIColor {
97
// can't calculate a contrast between two transparent colors
98
if YCoreUI.isLoggingEnabled {
99
YCoreUI.colorLogger.warning(
100
- "Transparent color \(self) cannot calculate contrast ratio to other transparent color \(otherColor)."
+ """
101
+ Transparent color \(self) cannot calculate contrast ratio to other transparent color \(otherColor).
102
103
)
104
}
105
return .nan
0 commit comments