diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml
index f85c83f7b..717bd5fc6 100644
--- a/app/src/main/res/layout/fragment_home.xml
+++ b/app/src/main/res/layout/fragment_home.xml
@@ -122,8 +122,9 @@
@@ -232,6 +235,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="56dp"
+ android:paddingVertical="2dp"
android:text="@string/home_recommend_novel"
android:textAppearance="@style/headline1"
app:layout_constraintStart_toStartOf="@id/vp_home_popular_feed"
@@ -250,8 +254,10 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="20dp"
- android:textAppearance="@style/body2"
+ android:layout_marginTop="2dp"
android:text="@string/home_recommend_novel_by_user_taste_description"
+ android:textAppearance="@style/body2"
+ android:textColor="@color/gray_200_AEADB3"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
@@ -325,4 +331,4 @@
app:layout_constraintTop_toTopOf="parent" />
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values/typography.xml b/app/src/main/res/values/typography.xml
index 48cd078c6..057c0551f 100644
--- a/app/src/main/res/values/typography.xml
+++ b/app/src/main/res/values/typography.xml
@@ -34,7 +34,7 @@
-
\ No newline at end of file
+