File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/YCoreUI/Components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public struct Elevation {
1414 public let offset : CGSize
1515 /// The blur of the layer's. shadow.
1616 public let blur : CGFloat
17- /// The spread of the layer's. shadow.
17+ /// The spread of the layer's shadow.
1818 public let spread : CGFloat
1919 /// The color of the layer’s shadow.
2020 public let color : UIColor
@@ -27,7 +27,7 @@ public struct Elevation {
2727 /// - Parameters:
2828 /// - offset: the offset of the layer’s shadow
2929 /// - blur: the blur of the layer's shadow
30- /// - spread: the spread of the layer's. shadow
30+ /// - spread: the spread of the layer's shadow
3131 /// - color: the color of the layer’s shadow
3232 /// - opacity: the opacity of the layer’s shadow
3333 /// - useShadowPath: flag to set shadow path. Default is `true`
You can’t perform that action at this time.
0 commit comments