mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-22 22:08:07 +00:00
Adjust action buttons size
This commit is contained in:
parent
586e4f525e
commit
6e497fae5b
1 changed files with 5 additions and 5 deletions
|
@ -145,7 +145,7 @@ struct StatusRowActionsView: View {
|
|||
.font(.scaledBody)
|
||||
#else
|
||||
.font(.body)
|
||||
.dynamicTypeSize(.medium)
|
||||
.dynamicTypeSize(.large)
|
||||
#endif
|
||||
}
|
||||
.padding(.vertical, 6)
|
||||
|
@ -168,7 +168,7 @@ struct StatusRowActionsView: View {
|
|||
.font(.scaledBody)
|
||||
#else
|
||||
.font(.body)
|
||||
.dynamicTypeSize(.medium)
|
||||
.dynamicTypeSize(.large)
|
||||
#endif
|
||||
}
|
||||
.padding(.vertical, 6)
|
||||
|
@ -228,7 +228,7 @@ struct StatusRowActionsView: View {
|
|||
.font(.scaledBody)
|
||||
#else
|
||||
.font(.body)
|
||||
.dynamicTypeSize(.medium)
|
||||
.dynamicTypeSize(.large)
|
||||
#endif
|
||||
} else {
|
||||
action
|
||||
|
@ -237,7 +237,7 @@ struct StatusRowActionsView: View {
|
|||
.font(.scaledBody)
|
||||
#else
|
||||
.font(.body)
|
||||
.dynamicTypeSize(.medium)
|
||||
.dynamicTypeSize(.large)
|
||||
#endif
|
||||
}
|
||||
if !isNarrow,
|
||||
|
@ -254,7 +254,7 @@ struct StatusRowActionsView: View {
|
|||
.font(.scaledFootnote)
|
||||
#else
|
||||
.font(.footnote)
|
||||
.dynamicTypeSize(.small)
|
||||
.dynamicTypeSize(.medium)
|
||||
#endif
|
||||
.monospacedDigit()
|
||||
.opacity(count > 0 ? 1 : 0)
|
||||
|
|
Loading…
Reference in a new issue