mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-23 13:28:50 +01:00
Fix #1789
This commit is contained in:
parent
a1093c8052
commit
dcd63cfd54
@ -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 New Issue
Block a user