Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Make button size for header row consistent with PR Artificial-Pancrea…
Browse files Browse the repository at this point in the history
  • Loading branch information
dnzxy committed Oct 26, 2023
1 parent 93af125 commit 6da2995
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ extension DataTable {
HStack {
Image(systemName: showFutureEntries ? "calendar.badge.minus" : "calendar.badge.plus")
.foregroundColor(Color.accentColor)
Text(showFutureEntries ? "Hide Future" : "Display Future")
Text(showFutureEntries ? "Hide Future" : "Show Future")
.foregroundColor(Color.accentColor)
.font(.caption)
.font(.body)

}.frame(maxWidth: .infinity, alignment: .leading)

Expand All @@ -99,7 +99,7 @@ extension DataTable {
NSLocalizedString("External Insulin", comment: "External Insulin button text")
)
.foregroundColor(Color.accentColor)
.font(.caption)
.font(.body)

Image(systemName: "plus.circle.fill")
.foregroundColor(Color.accentColor)
Expand Down

0 comments on commit 6da2995

Please sign in to comment.