Set status menu button color to label color

This commit is contained in:
Conor Masterson 2024-01-15 15:13:07 -05:00
parent 5558fd26dc
commit 3258094a25
No known key found for this signature in database

View file

@ -41,6 +41,7 @@ struct StatusRowHeaderView: View {
}
} label: {
Label("", systemImage: "ellipsis")
.foregroundStyle(Theme.shared.labelColor)
.padding(.vertical, 6)
}
.menuStyle(.button)