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 cd5fe0c commit 52f1dbbCopy full SHA for 52f1dbb
1 file changed
app/src/main/java/com/capyreader/app/ui/widget/SpotlightLayout.kt
@@ -96,7 +96,7 @@ fun SpotlightLayout(
96
entry.feedName,
97
maxLines = 1,
98
style = TextStyle(
99
- fontSize = 14.sp,
+ fontSize = 12.sp,
100
fontWeight = FontWeight.Medium,
101
color = textColor,
102
),
@@ -105,7 +105,7 @@ fun SpotlightLayout(
105
entry.title,
106
maxLines = 3,
107
108
- fontSize = 22.sp,
+ fontSize = 20.sp,
109
fontWeight = FontWeight.Bold,
110
111
0 commit comments