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 e8a9a8d commit a55ddb8Copy full SHA for a55ddb8
src/components/common/Banner/utils.tsx
@@ -53,7 +53,7 @@ const getVariantWithIconMap = (iconName: IconsProps['name']): Partial<Record<Ban
53
const getVariantWithIconColorMap = (
54
licenseType?: InfoBlockVariantType,
55
): Record<BannerVariant, IconBaseColorType | null> => ({
56
- [BannerVariant.OFFLINE]: null,
+ [BannerVariant.OFFLINE]: 'N0',
57
[BannerVariant.ONLINE]: null,
58
[BannerVariant.VERSION_UPDATE]: null,
59
[BannerVariant.INCOMPATIBLE_MICROSERVICES]: 'N0',
0 commit comments