diff --git a/Sources/MisticaSwiftUI/Components/Button/MisticaButtonStyle.swift b/Sources/MisticaSwiftUI/Components/Button/MisticaButtonStyle.swift index 1cf6554c..c4330aab 100644 --- a/Sources/MisticaSwiftUI/Components/Button/MisticaButtonStyle.swift +++ b/Sources/MisticaSwiftUI/Components/Button/MisticaButtonStyle.swift @@ -43,8 +43,8 @@ public extension ButtonStyle where Self == MisticaButtonStyle { ), .disabled: MisticaButton.StateStyle( textColor: .textButtonPrimary, - backgroundColor: .buttonPrimaryBackground, - borderColor: .buttonPrimaryBackground + backgroundColor: .buttonPrimaryBackground.opacity(0.5), + borderColor: .buttonPrimaryBackground.opacity(0.1) ), .loading: MisticaButton.StateStyle( textColor: .textButtonPrimary, diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.1.png index 07297dc0..575b433e 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.1.png index bcbc129e..034df98a 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.1.png differ