Skip to content

Commit

Permalink
VACMS-17307: Update alert and link for cta widget (#28360)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskim2311 authored and Peter Hill committed Mar 14, 2024
1 parent b81aec5 commit 425f34d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function CallToActionAlert({
}) {
const CustomHeaderLevel = `h${headerLevel}`;
return (
<va-alert visible status={status}>
<va-alert visible status={status} uswds>
<CustomHeaderLevel slot="headline">{heading}</CustomHeaderLevel>
<div>
{alertText}
Expand All @@ -24,7 +24,7 @@ export default function CallToActionAlert({
text={primaryButtonText}
aria-label={ariaLabel}
aria-describedby={ariaDescribedby}
uswds={false}
uswds
/>
)}
{secondaryButtonText && (
Expand Down

0 comments on commit 425f34d

Please sign in to comment.