mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-15 22:11:06 +00:00
Fix #1789
This commit is contained in:
parent
a1093c8052
commit
dcd63cfd54
1 changed files with 3 additions and 1 deletions
|
@ -190,11 +190,12 @@ struct StatusRowActionsView: View {
|
|||
action
|
||||
.image(dataController: statusDataController, privateBoost: privateBoost())
|
||||
.imageScale(.medium)
|
||||
.font(.body)
|
||||
.font(.scaledBody)
|
||||
.fontWeight(.black)
|
||||
} else {
|
||||
action
|
||||
.image(dataController: statusDataController, privateBoost: privateBoost())
|
||||
.font(.scaledBody)
|
||||
}
|
||||
}
|
||||
.buttonStyle(
|
||||
|
@ -210,6 +211,7 @@ struct StatusRowActionsView: View {
|
|||
theme: theme), !viewModel.isRemote
|
||||
{
|
||||
Text("\(count)")
|
||||
.contentTransition(.numericText(value: Double(count)))
|
||||
.foregroundColor(Color(UIColor.secondaryLabel))
|
||||
.font(.scaledFootnote)
|
||||
.monospacedDigit()
|
||||
|
|
Loading…
Reference in a new issue