mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Styling widget
This commit is contained in:
parent
87c332a911
commit
1eab46dc7c
1 changed files with 3 additions and 3 deletions
|
@ -37,15 +37,15 @@ struct WidgetStoryView: View {
|
|||
}
|
||||
|
||||
Text(feed.title)
|
||||
.font(.system(size: 8))
|
||||
.foregroundColor(.secondary)
|
||||
.font(.system(size: 10))
|
||||
.foregroundColor(.gray)
|
||||
.lineLimit(1)
|
||||
}
|
||||
.padding([.bottom], 0)
|
||||
}
|
||||
|
||||
Text(cache.cleaned(story.title))
|
||||
.font(.system(size: 12, weight: .bold))
|
||||
.font(.system(size: 12, weight: .medium))
|
||||
.lineLimit(2)
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
.padding([.top], -6)
|
||||
|
|
Loading…
Add table
Reference in a new issue