Skip to content

Commit

Permalink
chore: fixed progress bar color
Browse files Browse the repository at this point in the history
  • Loading branch information
vkaltyrin committed Dec 26, 2024
1 parent f68e8e6 commit 5529b5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ struct SDDSProgressBarPreview: PreviewProvider {
SDDSProgressView(
progress: .constant(0.5),
isEnabled: true,
appearance: SDDSProgressView.accent.appearance
appearance: SDDSProgressView.default.appearance
)
.previewLayout(PreviewLayout.sizeThatFits)
.previewDisplayName("Default")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public extension SDDSProgressView {
appearance:
.init(
size: SDDSProgressViewSize(),
tintFillStyle: .color(ColorToken.surfaceDefaultSolidPrimary),
tintFillStyle: .color(ColorToken.surfaceDefaultSolidDefault),
trackColor: ColorToken.surfaceDefaultTransparentSecondary
)
)
Expand Down

0 comments on commit 5529b5b

Please sign in to comment.