Skip to content

Commit

Permalink
fix(Button): change colors for disabled style
Browse files Browse the repository at this point in the history
  • Loading branch information
jaranaz committed Oct 4, 2023
1 parent 7054e3d commit 8131aa2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8131aa2

Please sign in to comment.