Skip to content

Commit f7fe59d

Browse files
committed
docs: update selected color prop description
1 parent bad9c71 commit f7fe59d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Chip/Chip.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ export type Props = React.ComponentProps<typeof Surface> & {
5252
selected?: boolean;
5353
/**
5454
* Whether to style the chip color as selected.
55+
* Note: With theme version 3 `selectedColor` doesn't apply to the `icon`.
56+
* If you want specify custom color for the `icon`, render your own `Icon` component.
5557
*/
5658
selectedColor?: string;
5759
/**

0 commit comments

Comments
 (0)