Skip to content

Commit

Permalink
fix button states
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzBusch committed Apr 29, 2019
1 parent 4a6ba55 commit 4bd1c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Models/Views/Controls/Button.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public struct Button: IBDecodable, ViewProtocol, IBIdentifiable {

public struct State: IBDecodable, IBKeyable {
public let key: String?
public let title: String
public let title: String?
public let color: Color?
public let image: String?

Expand Down

0 comments on commit 4bd1c9d

Please sign in to comment.