Skip to content

Commit 659a770

Browse files
author
wayne
committed
update layout
1 parent 5592bc0 commit 659a770

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

BaHaActionSheet.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BaHaActionSheet"
3-
s.version = "1.1.1"
3+
s.version = "1.1.2"
44
s.summary = "BaHaActionSheet the Bahamut alert sheet in Swift"
55
s.homepage = "https://github.com/OneupNetwork/BaHaActionSheet-ios"
66
s.license = "MIT"

BaHaActionSheet/Source/ActionSetting.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ public class ActionSetting {
5353
public var separatorColor: UIColor = UIColor(white: 229 / 255, alpha: 0)
5454
public var titleColor: UIColor = UIColor(white: 26 / 255, alpha: 1)
5555
public var cancelColor: UIColor = UIColor(red: 242.0/255.0, green: 92.0/255.0, blue: 98.0/255.0, alpha: 1.0)
56-
public var titleTextFont: UIFont = UIFont.systemFont(ofSize: 14)
56+
public var titleTextFont: UIFont = UIFont.systemFont(ofSize: 15)
5757
public var cellHeight: CGFloat = 52
58-
public var imageSize: CGFloat = 18
58+
public var imageSize: CGFloat = 20
5959
public var imageContentMode: UIViewContentMode = .scaleAspectFit
6060
public var animationDuration = 0.4
6161
}

0 commit comments

Comments
 (0)