Skip to content

Commit

Permalink
Bookmarks view #59: Set subheadline font for sentences.
Browse files Browse the repository at this point in the history
  • Loading branch information
filimo committed Dec 10, 2019
1 parent 293b5b1 commit 1efa9cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ struct BookmarksView_List_Detail: View {
ForEach(store.longmanSentences, id: \.self) { sentence in
Text("\(sentence.text)")
.foregroundColor(self.selectSentence == sentence.text ? Color.yellow : Color.primary)
.font(.subheadline)
.onTapGesture {
self.selectSentence = sentence.text
LongmanStore.share.addAudio(url: sentence.url )
Expand Down
2 changes: 1 addition & 1 deletion ReaderTranslatorSafari/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1505</string>
<string>1507</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSAppleEventsUsageDescription</key>
Expand Down

0 comments on commit 1efa9cf

Please sign in to comment.