We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0252eea commit fbb4e85Copy full SHA for fbb4e85
WooCommerce/Classes/ViewRelated/ReusableViews/SwiftUI Components/ButtonStyles.swift
@@ -199,7 +199,7 @@ private struct LinkButton: View {
199
200
private struct PlusButton: View {
201
let configuration: ButtonStyleConfiguration
202
-
+
203
var body: some View {
204
HStack {
205
Label {
@@ -213,7 +213,7 @@ private struct PlusButton: View {
213
.foregroundColor(Color(foregroundColor))
214
.background(Color(.clear))
215
}
216
217
var foregroundColor: UIColor {
218
configuration.isPressed ? .accentDark : .accent
219
0 commit comments