diff --git a/ui/app/styles/core/tags.scss b/ui/app/styles/core/tags.scss
index 630d51b72..3d8691c03 100644
--- a/ui/app/styles/core/tags.scss
+++ b/ui/app/styles/core/tags.scss
@@ -20,9 +20,13 @@
}
&.is-success {
- background-color: $green-100;
+ background-color: $green-050;
color: $green-700;
}
+
+ &.has-extra-padding {
+ padding: $size-11 $spacing-xxs;
+ }
}
.tag.is-outlined {
diff --git a/ui/lib/core/addon/components/secret-list-header.hbs b/ui/lib/core/addon/components/secret-list-header.hbs
index 849738457..8519e493e 100644
--- a/ui/lib/core/addon/components/secret-list-header.hbs
+++ b/ui/lib/core/addon/components/secret-list-header.hbs
@@ -29,22 +29,31 @@
{{#if this.isPki}}
{{#if @isEngine}}
-
+
{{else}}
{{#if this.shouldHidePkiBetaModal}}
-
-
- New PKI UI available
-
+
+
+
{{else}}