Skip to content

Commit 6ace350

Browse files
authored
[Web Tracking Protections] Increase font size for web tracking protection (#6783)
Task/Issue URL: https://app.asana.com/1/137249556945/project/488551667048375/task/1211327330905113?focus=true ### Description Increases font size for web tracking protection card. ### Steps to test this PR _QA optional_ - [x] Go to Settings -> Web Tracking Protection - [x] Verify you see the grid of cards with new font sizes ### UI changes | Before | After | | ------ | ----- | | <img width="1280" height="2856" alt="Screenshot_20250902_112549" src="https://github.com/user-attachments/assets/bf407715-397b-4be7-b057-695602ef2721" /> | <img width="1280" height="2856" alt="Screenshot_20250911_142246" src="https://github.com/user-attachments/assets/a7857bdc-e470-4cd6-9cfc-080c90bb3656" /> |
1 parent 753f7b0 commit 6ace350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/layout/item_feature_grid.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
android:layout_height="wrap_content"
4848
android:layout_marginHorizontal="@dimen/keyline_1"
4949
android:layout_marginTop="@dimen/keyline_2"
50-
app:typography="h5"
50+
app:typography="h4"
5151
tools:text="@string/webTrackingProtectionThirdPartyTrackersTitle" />
5252

5353
<com.duckduckgo.common.ui.view.text.DaxTextView
@@ -58,7 +58,7 @@
5858
android:layout_marginTop="@dimen/keyline_1"
5959
android:layout_marginBottom="@dimen/keyline_2"
6060
app:textType="secondary"
61-
app:typography="caption"
61+
app:typography="body2"
6262
tools:text="@string/webTrackingProtectionThirdPartyTrackersDescription" />
6363

6464
</LinearLayout>

0 commit comments

Comments
 (0)