Skip to content

Commit 5705374

Browse files
Updated styles based on changes to tintColor and font size conversion.
1 parent cd76f2c commit 5705374

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

Samples/Theme Explorer/styles.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<title>Theme Explorer</title>
44
<style type="text/css">
55
.UINavigationBar {
6-
color: #990033;
6+
background-color: #990033;
7+
color: white;
78
}
89

910
.UITableView {
@@ -18,15 +19,15 @@
1819

1920
.UILabel {
2021
font-family: Verdana;
21-
font-size: 29pt;
22+
font-size: 17pt;
2223
font-weight: bold;
2324
text-align: right;
2425
}
2526

2627
/* This class is used by UIKit for table cells in style "Value1" */
2728
.UITableViewLabel {
2829
font-family: Helvetica;
29-
font-size: 20pt;
30+
font-size: 14pt;
3031
color: yellow;
3132
}
3233

@@ -38,16 +39,16 @@
3839
<body>
3940
<!-- This file just contains styles to apply to views... -->
4041

41-
<div class="UINavigationBar">
42+
<div class="UINavigationBar">Navigation Bar
4243
</div>
4344
<div class="UITableView">
4445
<div class="UITableHeaderFooterView">
4546
</div>
4647
</div>
4748
<div class="UITableViewCell">
48-
<div class="UILabel">
49+
<div class="UILabel">Some label text
4950
</div>
50-
<div id="tag-2000" class="UITableViewLabel">
51+
<div id="tag-2000" class="UITableViewLabel">Label in a table view
5152
</div>
5253
</div>
5354
</body>

0 commit comments

Comments
 (0)