Skip to content

Commit

Permalink
Alert : text level 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Weckr Stephane committed Oct 31, 2024
1 parent 2babee1 commit 34b757d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/components/alert/Alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const Alert = ({
title
)}
{description && typeof description.valueOf() === "string" ? (
<Text level={TextLevels.ONE}>{description}</Text>
<Text level={TextLevels.TWO}>{description}</Text>
) : (
description
)}
Expand Down

0 comments on commit 34b757d

Please sign in to comment.