Skip to content

Commit 52f1dbb

Browse files
committed
Reduce font size on spotlight widget
1 parent cd5fe0c commit 52f1dbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/com/capyreader/app/ui/widget/SpotlightLayout.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ fun SpotlightLayout(
9696
entry.feedName,
9797
maxLines = 1,
9898
style = TextStyle(
99-
fontSize = 14.sp,
99+
fontSize = 12.sp,
100100
fontWeight = FontWeight.Medium,
101101
color = textColor,
102102
),
@@ -105,7 +105,7 @@ fun SpotlightLayout(
105105
entry.title,
106106
maxLines = 3,
107107
style = TextStyle(
108-
fontSize = 22.sp,
108+
fontSize = 20.sp,
109109
fontWeight = FontWeight.Bold,
110110
color = textColor,
111111
),

0 commit comments

Comments
 (0)