diff --git a/frontend/pages/hosts/ManageHostsPage/components/CustomLabelGroupHeading/_styles.scss b/frontend/pages/hosts/ManageHostsPage/components/CustomLabelGroupHeading/_styles.scss index ab5e1d5959..678f196058 100644 --- a/frontend/pages/hosts/ManageHostsPage/components/CustomLabelGroupHeading/_styles.scss +++ b/frontend/pages/hosts/ManageHostsPage/components/CustomLabelGroupHeading/_styles.scss @@ -19,7 +19,11 @@ .icon { position: absolute; left: 12px; - top: 12px; + top: 0; + height: 36px; + width: 16px; + display: flex; + align-items: center; } } @@ -31,7 +35,7 @@ border-radius: $border-radius; font-size: $small; padding: 9.5px 12px 9.5px 36px; - color: $core-fleet-blue; + color: $core-fleet-black; font-family: "Inter", sans-serif; font-size: $x-small; box-sizing: border-box;