We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753f7b0 commit 6ace350Copy full SHA for 6ace350
app/src/main/res/layout/item_feature_grid.xml
@@ -47,7 +47,7 @@
47
android:layout_height="wrap_content"
48
android:layout_marginHorizontal="@dimen/keyline_1"
49
android:layout_marginTop="@dimen/keyline_2"
50
- app:typography="h5"
+ app:typography="h4"
51
tools:text="@string/webTrackingProtectionThirdPartyTrackersTitle" />
52
53
<com.duckduckgo.common.ui.view.text.DaxTextView
@@ -58,7 +58,7 @@
58
android:layout_marginTop="@dimen/keyline_1"
59
android:layout_marginBottom="@dimen/keyline_2"
60
app:textType="secondary"
61
- app:typography="caption"
+ app:typography="body2"
62
tools:text="@string/webTrackingProtectionThirdPartyTrackersDescription" />
63
64
</LinearLayout>
0 commit comments