Skip to content

Commit

Permalink
!Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
iletai committed May 3, 2024
1 parent e4dc7d1 commit baf38f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CalendarExampleView/CalendarExampleView/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct ContentView: View {
}, headerView: { date in
HStack {
ForEach(date, id: \.self) {
Text($0.weekDayShortName)
Text($0.weekDayShortName.uppercased())
.font(.footnote)
.fontWeight(.bold)
.foregroundColor(
Expand Down

0 comments on commit baf38f0

Please sign in to comment.