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.
1 parent 6c21b63 commit b7d8dcfCopy full SHA for b7d8dcf
packages/compass-components/src/components/toast-body.tsx
@@ -1,5 +1,5 @@
1
import React from 'react';
2
-import { Link } from './leafygreen';
+import { Link, Body } from './leafygreen';
3
import { css } from '@leafygreen-ui/emotion';
4
5
const toastBodyFlexStyles = css({
@@ -34,7 +34,7 @@ export function ToastBody({
34
}) {
35
return (
36
<div className={toastBodyFlexStyles}>
37
- <p className={toastBodyTextStyles}>{statusMessage}</p>
+ <Body className={toastBodyTextStyles}>{statusMessage}</Body>
38
{!!actionHandler && (
39
<Link
40
as="button"
0 commit comments