Skip to content

Commit

Permalink
Coloring menu bar arrow according to popover color - Closes #23
Browse files Browse the repository at this point in the history
  • Loading branch information
DamascenoRafael committed Mar 16, 2023
1 parent 562a6ab commit 8adab1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reminders-menu-bar/Views/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ struct ContentView: View {
.onAppear {
remindersData.update()
}
.background(Color("backgroundTheme").opacity(userPreferences.backgroundIsTransparent ? 0.3 : 1.0))
.background(Color("backgroundTheme").opacity(userPreferences.backgroundIsTransparent ? 0.3 : 1.0).padding(-80))
}

private func filteredReminders(_ reminders: [EKReminder]) -> [EKReminder] {
Expand Down

0 comments on commit 8adab1b

Please sign in to comment.