feat: better clarity for disabled reminders, continued prev commit work
This commit is contained in:
@@ -30,7 +30,7 @@ struct MenuBarHoverButtonStyle: ButtonStyle {
|
||||
func makeBody(configuration: Configuration) -> some View {
|
||||
configuration.label
|
||||
.glassEffect(
|
||||
isHovered ? .regular.tint(.accentColor).interactive() : .regular,
|
||||
isHovered ? .regular.tint(.accentColor.opacity(0.5)).interactive() : .regular,
|
||||
in: .rect(cornerRadius: 6)
|
||||
)
|
||||
.contentShape(Rectangle())
|
||||
|
||||
Reference in New Issue
Block a user