File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Sources/NativeUIKit/Controllers/Complex/Profile Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ let package = Package(
1717 dependencies: [
1818 . package ( url: " https://github.com/ivanvorobei/SparrowKit " , . upToNextMajor( from: " 3.5.8 " ) ) ,
1919 . package ( url: " https://github.com/ivanvorobei/SPPerspective " , . upToNextMajor( from: " 1.4.1 " ) ) ,
20- . package ( url: " https://github.com/ivanvorobei/SPDiffable " , . upToNextMajor( from: " 4.0.8 " ) ) ,
20+ . package ( url: " https://github.com/ivanvorobei/SPDiffable " , . upToNextMajor( from: " 4.0.9 " ) ) ,
2121 . package ( url: " https://github.com/ivanvorobei/SPPageController " , . upToNextMajor( from: " 1.3.2 " ) )
2222 ] ,
2323 targets: [
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ open class NativeAvatarHeaderView: SPView {
4747 layoutMargins = . init(
4848 top: NativeLayout . Spaces. default,
4949 left: NativeLayout . Spaces. default_double,
50- bottom: NativeLayout . Spaces. default ,
50+ bottom: NativeLayout . Spaces. default_more ,
5151 right: NativeLayout . Spaces. default_double
5252 )
5353 }
You can’t perform that action at this time.
0 commit comments