Skip to content

Commit

Permalink
Apple pay chip default color
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaRabie committed Apr 14, 2023
1 parent 91453dc commit 195458c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion TapThemeManager2020.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "TapThemeManager2020"
spec.version = "1.0.79"
spec.version = "1.0.80"
spec.summary = "TapThemeManager2020 is a part of Tap Payments 2020 vision. Allowing dynamic and responsive theming for iOS apps."

# This description is used to generate tags and improve search results.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
<key>TapThemeManager2020.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>7</integer>
<integer>8</integer>
</dict>
<key>TapThemeManagerObjCDemo.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>6</integer>
<integer>7</integer>
</dict>
<key>TapThemeManagerSwiftDemo.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>8</integer>
<integer>6</integer>
</dict>
</dict>
</dict>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
"appleLogoTitleFont": "Roboto-Regular,16",
"applePayTitleColor": "#000000",
"applePayTitleFont": "Roboto-Regular,14",
"backgroundColor": "#FFFFFF",
"backgroundColor": "black",
"selected": {
"shadow": {
"borderColor": "clear",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@
"appleLogoTitleFont": "Roboto-Regular,16",
"applePayTitleColor": "white",
"applePayTitleFont": "Roboto-Regular,14",
"backgroundColor": "black",
"backgroundColor": "white",
"selected": {
"shadow": {
"borderColor": "clear",
Expand Down

0 comments on commit 195458c

Please sign in to comment.