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(
17
17
dependencies: [
18
18
. package ( url: " https://github.com/ivanvorobei/SparrowKit " , . upToNextMajor( from: " 3.5.8 " ) ) ,
19
19
. 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 " ) ) ,
21
21
. package ( url: " https://github.com/ivanvorobei/SPPageController " , . upToNextMajor( from: " 1.3.2 " ) )
22
22
] ,
23
23
targets: [
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ open class NativeAvatarHeaderView: SPView {
47
47
layoutMargins = . init(
48
48
top: NativeLayout . Spaces. default,
49
49
left: NativeLayout . Spaces. default_double,
50
- bottom: NativeLayout . Spaces. default ,
50
+ bottom: NativeLayout . Spaces. default_more ,
51
51
right: NativeLayout . Spaces. default_double
52
52
)
53
53
}
You can’t perform that action at this time.
0 commit comments