Skip to content

Commit

Permalink
fix(GiniBankSDKExample): Fix transaction list button background color…
Browse files Browse the repository at this point in the history
… as in Figma design

PP-749
  • Loading branch information
ValentinaIancu-Gini committed Feb 20, 2025
1 parent 8329e0e commit c338d21
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ final class DemoViewController: UIViewController {
}

private func configureTransactionListButton() {
transactionListButton.backgroundColor = GiniColor.init(light: giniCaptureColor("Light01"),
dark: giniCaptureColor("Dark04")).uiColor()
transactionListButton.backgroundColor = .clear
transactionListButton.setTitle(DemoScreenStrings.transactionListButtonTitle.localized, for: .normal)
transactionListButton.tintColor = .clear
let textColor = GiniColor(light: giniCaptureColor("Dark06"),
Expand Down

0 comments on commit c338d21

Please sign in to comment.