Skip to content

Commit 4a03a2e

Browse files
fix: use white background for disabled RadioCard state
- Remove low contrast secondary background from disabled cards - Improves visual distinction as suggested in PR feedback Co-Authored-By: Naomi Hironaka <[email protected]>
1 parent 20db863 commit 4a03a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/styles/RadioGroup.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
&[data-disabled] {
5252
border-color: var(--lp-color-border-ui-secondary);
53-
background: var(--lp-color-bg-ui-secondary);
53+
background: white;
5454
color: var(--lp-color-text-interactive-disabled);
5555
cursor: not-allowed;
5656
}

0 commit comments

Comments
 (0)