Skip to content

Commit

Permalink
Fix time on today card
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimillian committed May 19, 2020
1 parent b6419db commit fc0c1bc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ struct TodaySpecialCharacters: View {
.aspectRatio(contentMode: .fit)
.frame(width: 25)
.foregroundColor(.acHeaderBackground)
Text(timeString).style(appStyle: .rowDetail)
Text(timeString)
.style(appStyle: .rowDetail)
}
.frame(width: 90)
.padding(16)
.background(Color.acText.opacity(0.2))
.mask(RoundedRectangle(cornerRadius: 16, style: .continuous))
Expand Down

0 comments on commit fc0c1bc

Please sign in to comment.