Skip to content

Commit eb8c2e6

Browse files
committed
Fixed spaces for profile controller. Updated deps.
1 parent afd8c74 commit eb8c2e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: [

Sources/NativeUIKit/Controllers/Complex/Profile/NativeAvatarHeaderView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)