Skip to content

Commit

Permalink
fix(Button): Remove non necessary catalog example
Browse files Browse the repository at this point in the history
  • Loading branch information
WanaldinoTelefonica committed Nov 12, 2024
1 parent f0957d2 commit 9dbc01d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ class UICatalogButtonsViewController: UITableViewController {

Style(buttonStyle: .primary, title: "Left image", isInverse: false, isSmall: false, leftImage: .custom(image: exampleImage), rightImage: nil),
Style(buttonStyle: .primary, title: "Right image", isInverse: false, isSmall: false, leftImage: nil, rightImage: .custom(image: exampleImage)),
Style(buttonStyle: .primary, title: "Both images", isInverse: false, isSmall: false, leftImage: .custom(image: exampleImage), rightImage: .custom(image: exampleImage)),
Style(buttonStyle: .primary, title: "Left image and chevron", isInverse: false, isSmall: false, leftImage: .custom(image: exampleImage), rightImage: .chevron)
Style(buttonStyle: .primary, title: "Both images", isInverse: false, isSmall: false, leftImage: .custom(image: exampleImage), rightImage: .custom(image: exampleImage))
]
}

Expand Down

0 comments on commit 9dbc01d

Please sign in to comment.