Skip to content

Commit aa46504

Browse files
committed
Address ship review UI comments
1 parent 48e2084 commit aa46504

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

special-pages/pages/new-tab/app/components/TickPill/TickPill.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
align-items: center;
44
gap: 6px;
55
padding: 8px 10px;
6-
border-radius: 100px;
6+
border-radius: 1000px;
77
background-color: var(--color-white-at-3);
88
border: 1px solid var(--color-white-at-12);
99
height: 20px;
@@ -32,8 +32,8 @@
3232

3333
/* Light mode styles */
3434
[data-theme="light"] .tickPill {
35-
background-color: var(--color-black-at-4);
36-
border: 1px solid var(--color-black-at-12);
35+
background-color: var(--color-black-at-1);
36+
border: 1px solid var(--color-black-at-9);
3737
}
3838

3939
[data-theme="light"] .text {

special-pages/pages/new-tab/app/privacy-stats/components/PrivacyStats.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
height: 16px;
4040
display: inline-block;
4141
vertical-align: middle;
42+
margin-top: 2px;
4243
}
4344

4445
.widgetExpander {

special-pages/pages/new-tab/app/protections/components/Protections.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545

4646
.block {
47-
margin-top: 32px;
47+
margin-top: 16px;
4848
}
4949

5050
/* @todo legacyProtections: Remove once all platforms support the new UI */

0 commit comments

Comments
 (0)