diff --git a/portal-ui/src/screens/Console/Common/Components/AutoColorIcon.tsx b/portal-ui/src/screens/Console/Common/Components/AutoColorIcon.tsx
index 14b10dacd..62b111798 100644
--- a/portal-ui/src/screens/Console/Common/Components/AutoColorIcon.tsx
+++ b/portal-ui/src/screens/Console/Common/Components/AutoColorIcon.tsx
@@ -15,7 +15,7 @@
// along with this program. If not, see .
import React from "react";
-import { ThemedLogo } from "mds";
+import { Grid, ThemedLogo } from "mds";
import { useSelector } from "react-redux";
import { AppState } from "../../../../store";
@@ -35,14 +35,18 @@ const AutoColorIcon = ({ marginRight, marginTop }: IAutoColorIcon) => {
tinycolor(colorVariants?.backgroundColor || "#fff").getBrightness() <= 128;
return (
-
+ >
+
+
);
};
diff --git a/portal-ui/src/screens/Console/License/License.tsx b/portal-ui/src/screens/Console/License/License.tsx
index 09e15fc9e..727245f77 100644
--- a/portal-ui/src/screens/Console/License/License.tsx
+++ b/portal-ui/src/screens/Console/License/License.tsx
@@ -227,10 +227,10 @@ const License = () => {
display: "flex",
alignItems: "center",
- "& .min-icon": {
+ "& svg": {
width: "83px",
height: "14px",
- marginLeft: "5px",
+ marginLeft: "8px",
marginRight: "5px",
},
}}