Skip to content

Commit d75d3a6

Browse files
authored
Visible labels (coorasse#25)
* Default labels to visible * comments
1 parent a85449e commit d75d3a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/passkit/base_pass.rb

+4-1
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,18 @@ def web_service_url
4848
end
4949

5050
def foreground_color
51+
# black
5152
"rgb(0, 0, 0)"
5253
end
5354

5455
def background_color
56+
# white
5557
"rgb(255, 255, 255)"
5658
end
5759

5860
def label_color
59-
"rgb(255, 255, 255)"
61+
# black
62+
"rgb(0, 0, 0)"
6063
end
6164

6265
def organization_name

0 commit comments

Comments
 (0)