diff --git a/packages/react-components/src/components/AppFrame/components/NavigationTopBar/NavigationTopBar.tsx b/packages/react-components/src/components/AppFrame/components/NavigationTopBar/NavigationTopBar.tsx index 9918116e8..4b3f56ba7 100644 --- a/packages/react-components/src/components/AppFrame/components/NavigationTopBar/NavigationTopBar.tsx +++ b/packages/react-components/src/components/AppFrame/components/NavigationTopBar/NavigationTopBar.tsx @@ -110,8 +110,7 @@ export const NavigationTopBarAlert: React.FC = ({ [] ); const mobileCtaKind = kind === 'warning' ? 'link-inverted' : 'text'; - const desktopCtaKind = - kind === 'warning' ? 'plain-lock-black' : 'high-contrast'; + const desktopCtaKind = kind === 'warning' ? 'secondary' : 'high-contrast'; const customPrimaryCtaKind = primaryCta?.kind; const customSecondaryCtaKind = secondaryCta?.kind;