Skip to content

Commit

Permalink
Merge pull request #1146 from SocialGouv/feat/us-1945-ajout-role-status
Browse files Browse the repository at this point in the history
feat(us-1945) : ajout-role-status
  • Loading branch information
elba-octo authored Dec 1, 2023
2 parents cbbeedd + 5bbf6a8 commit 95922e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/ui/Notifications/SuccessAlert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ export default function SuccessAlert({
children,
}: SuccessMessageProps) {
return (
<div className='flex-col items-center text-success bg-success_lighten p-6 rounded-base mb-8'>
<div
className='flex-col items-center text-success bg-success_lighten p-6 rounded-base mb-8'
role='status'
>
<div className='flex justify-between'>
<div className='flex items-center'>
<IconComponent
Expand Down

0 comments on commit 95922e2

Please sign in to comment.