Skip to content

Commit

Permalink
Update checkmark color in list row accessory (#113)
Browse files Browse the repository at this point in the history
* update check color

* updated snapshots
  • Loading branch information
Velin92 authored Oct 23, 2024
1 parent aaa8e3f commit e3f9665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Compound/List/ListRowAccessory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public struct ListRowAccessory: View {
.flipsForRightToLeftLayoutDirection(true)
case .selected:
CompoundIcon(\.check)
.foregroundColor(isEnabled ? .compound.iconPrimary : .compound.iconDisabled)
.foregroundColor(isEnabled ? .compound.iconAccentPrimary : .compound.iconDisabled)
.accessibilityAddTraits(.isSelected)
.padding(.vertical, verticalPaddingFix)
case .unselected:
Expand Down

0 comments on commit e3f9665

Please sign in to comment.