Skip to content

Commit 37a7f4f

Browse files
authored
fix: replace weak prop with secondary (#206)
1 parent 4cc18c9 commit 37a7f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Accordion/components/Description.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const Description = ({ description, ...rest }: Props) => (
1010
<Text
1111
as="p"
1212
fontSize="small"
13-
weak
13+
secondary
1414
style={{ textOverflow: 'ellipsis', overflow: 'hidden', whiteSpace: 'nowrap' }}
1515
{...rest}
1616
>

0 commit comments

Comments
 (0)