Skip to content

Commit

Permalink
chore: removed tintColor
Browse files Browse the repository at this point in the history
  • Loading branch information
vkaltyrin committed Nov 1, 2024
1 parent 11889d7 commit 26a0292
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ public extension RadioboxAppearance {
subtitleTypography: RadioboxTypography.description,
titleColor: .backgroundInversePrimary,
subtitleColor: .surfaceInverseSolidPrimary.withOpacity(0.56),
disabledAlpha: 0.4,
imageTintColor: .surfaceDefaultAccent
disabledAlpha: 0.4,
imageTintColor: nil
)
}
}
Expand Down

0 comments on commit 26a0292

Please sign in to comment.