We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc18c9 commit 37a7f4fCopy full SHA for 37a7f4f
src/components/Accordion/components/Description.tsx
@@ -10,7 +10,7 @@ export const Description = ({ description, ...rest }: Props) => (
10
<Text
11
as="p"
12
fontSize="small"
13
- weak
+ secondary
14
style={{ textOverflow: 'ellipsis', overflow: 'hidden', whiteSpace: 'nowrap' }}
15
{...rest}
16
>
0 commit comments