Skip to content

Commit 67cc30e

Browse files
author
Amrit Kashyap Borah
committed
feat: use cn-9 in StatusComponent
1 parent e85ef7a commit 67cc30e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Shared/Components/StatusComponent/StatusComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const StatusComponent = ({
6464
<Tooltip content={textContent}>
6565
<p
6666
data-testid={`${status || 'status-is-null'}-status`}
67-
className="m-0 dc__ellipsis-right dc__first-letter-capitalize fs-13 lh-20 cn-6"
67+
className="m-0 dc__ellipsis-right dc__first-letter-capitalize fs-13 lh-20 cn-9"
6868
>
6969
{textContent}
7070
</p>

0 commit comments

Comments
 (0)