Skip to content

Commit

Permalink
feat: add support tinted widget
Browse files Browse the repository at this point in the history
  • Loading branch information
s8ngyu committed Oct 2, 2024
1 parent 37b3881 commit 410edef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/OTLWidgets/TodayClassesWidget.swift
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ struct TodayClassesLectureView: View {
Text(lecturePlace)
.font(.custom("NotoSansKR-Regular", size: 12))
.foregroundColor(Color(red: 102.0/255, green: 102.0/255, blue: 102.0/255))
.widgetAccentable()
Spacer()
}.padding(.vertical, 8)
Spacer()
Expand Down

0 comments on commit 410edef

Please sign in to comment.