Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2025-02-20 13:38:36 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c46f3cb443741e79e0b66f8009fcfc0cab40e08a
c46f3cb4
1 parent
7de9eb08
verbal fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/MarketPassInfoViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/MarketPassInfoViewController.swift
View file @
c46f3cb
...
...
@@ -80,7 +80,7 @@ import UIKit
// okButton
okButton
.
titleLabel
?
.
font
=
UIFont
(
name
:
"PeridotPE-Bold"
,
size
:
15
)
okButton
.
setTitle
(
"Επιστροφή
στο Supermarket Deals
"
,
for
:
.
normal
)
okButton
.
setTitle
(
"Επιστροφή"
,
for
:
.
normal
)
okButton
.
setTitleColor
(
.
white
,
for
:
.
normal
)
okButton
.
backgroundColor
=
UIColor
(
rgb
:
0x0EA600
)
okButton
.
layer
.
cornerRadius
=
10.0
...
...
Please
register
or
login
to post a comment