Skip to content

Commit

Permalink
fix(Button): change colors for disabled style (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaranaz authored Oct 5, 2023
1 parent 7054e3d commit e829160
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 e829160

Please sign in to comment.