diff --git a/Sources/Compound/List/ListRowAccessory.swift b/Sources/Compound/List/ListRowAccessory.swift index 20a1b1a..b19a394 100644 --- a/Sources/Compound/List/ListRowAccessory.swift +++ b/Sources/Compound/List/ListRowAccessory.swift @@ -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: diff --git a/Tests/CompoundTests/__Snapshots__ b/Tests/CompoundTests/__Snapshots__ index 202e614..955be33 160000 --- a/Tests/CompoundTests/__Snapshots__ +++ b/Tests/CompoundTests/__Snapshots__ @@ -1 +1 @@ -Subproject commit 202e61462e68a619cea06f7d257bbc98c9c80dc6 +Subproject commit 955be33c30b9a460435d9f7da17ddd8821b414ca