mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-06-05 13:28:50 +00:00
Button fixes
This commit is contained in:
parent
8e8713886a
commit
556eb15fb4
1 changed files with 5 additions and 4 deletions
|
@ -177,6 +177,7 @@ struct StatusRowActionsView: View {
|
||||||
.padding(.vertical, 6)
|
.padding(.vertical, 6)
|
||||||
}
|
}
|
||||||
.menuStyle(.button)
|
.menuStyle(.button)
|
||||||
|
.buttonStyle(.borderless)
|
||||||
.foregroundStyle(.secondary)
|
.foregroundStyle(.secondary)
|
||||||
.contentShape(Rectangle())
|
.contentShape(Rectangle())
|
||||||
.accessibilityLabel("status.action.context-menu")
|
.accessibilityLabel("status.action.context-menu")
|
||||||
|
|
Loading…
Reference in a new issue