diff options
Diffstat (limited to 'server/sonar-web/src/main/js/app/components/indexation/IndexationNotificationRenderer.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/app/components/indexation/IndexationNotificationRenderer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/app/components/indexation/IndexationNotificationRenderer.tsx b/server/sonar-web/src/main/js/app/components/indexation/IndexationNotificationRenderer.tsx index 63d1429414a..fca28a707dd 100644 --- a/server/sonar-web/src/main/js/app/components/indexation/IndexationNotificationRenderer.tsx +++ b/server/sonar-web/src/main/js/app/components/indexation/IndexationNotificationRenderer.tsx @@ -72,7 +72,7 @@ export default function IndexationNotificationRenderer(props: IndexationNotifica return ( <div className={type === undefined ? 'sw-hidden' : ''}> <StyledBanner - className="sw-body-sm sw-py-3 sw-px-4 sw-gap-4" + className="sw-typo-default sw-py-3 sw-px-4 sw-gap-4" type={type ?? IndexationNotificationType.Completed} aria-live="assertive" role="alert" |