diff options
Diffstat (limited to 'app/src/main/res/layout/item_comment.xml')
-rw-r--r-- | app/src/main/res/layout/item_comment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml index c286738a..1cac0a70 100644 --- a/app/src/main/res/layout/item_comment.xml +++ b/app/src/main/res/layout/item_comment.xml @@ -59,7 +59,7 @@ android:layout_marginEnd="32dp" android:layout_marginBottom="8dp" android:textColor="@color/primaryTextColor" - android:textSize="?attr/font_default" /> + android:textSize="?attr/content_font_default" /> <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" |