Commit ec9ec082 by Daniel Dahan

title label height defaulted to same as top inset

parent a5321c6a
......@@ -51,7 +51,7 @@ public class BasicCardView : MaterialCardView, Comparable, Equatable {
/**
:name: titleLabelBottomInset
*/
public var titleLabelBottomInset: CGFloat = 0 {
public var titleLabelBottomInset: CGFloat = MaterialTheme.verticalInset {
didSet {
prepareCard()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment