We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e97b584 + ab7100f commit 71e392aCopy full SHA for 71e392a
src/Shared/Services/ToastManager/ToastContent.tsx
@@ -9,7 +9,7 @@ export const ToastContent = ({
9
}: Pick<ToastProps, 'title' | 'description' | 'buttonProps'>) => (
10
<div className="flexbox-col dc__gap-8 custom-toast__content">
11
<div className="flexbox-col dc__gap-4">
12
- <h3 className="m-0 fs-13 fw-6 lh-20 cn-0 dc__truncate dc__first-letter-capitalize">{title}</h3>
+ <h3 className="m-0 fs-13 fw-6 lh-20 cn-0 dc__truncate">{title}</h3>
13
<p className="fs-12 fw-4 lh-18 m-0 dc__truncate--clamp-6">{description}</p>
14
</div>
15
{buttonProps && (
0 commit comments