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 ef14a45 commit 770a54eCopy full SHA for 770a54e
Sources/SwiftRichString/Style/Style.swift
@@ -334,7 +334,7 @@ public class Style: StyleProtocol {
334
/// The value of this attribute is an `NSShadow` object. The default value of this property is nil.
335
public var shadow: NSShadow? {
336
set {
337
- self.set(attribute: shadow, forKey: .shadow)
+ self.set(attribute: newValue, forKey: .shadow)
338
}
339
get {
340
return self.get(attributeForKey: .shadow)
0 commit comments