fix(common): ensure banner colors are displayed correctly (#3630)

This commit is contained in:
James George
2023-12-12 13:55:18 +05:30
committed by GitHub
parent 87395a4553
commit 9201aa7d7d
2 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@
<div class="divide-y divide-dividerLight"> <div class="divide-y divide-dividerLight">
<div <div
v-if="noEnvSelected && !globalHasAdditions" v-if="noEnvSelected && !globalHasAdditions"
class="flex bg-info p-4 text-secondaryDark" class="flex bg-bannerInfo p-4 text-secondaryDark"
role="alert" role="alert"
> >
<icon-lucide-alert-triangle class="svg-icons mr-4" /> <icon-lucide-alert-triangle class="svg-icons mr-4" />

View File

@@ -26,7 +26,7 @@
</div> </div>
<div <div
v-else-if="myTeams.length" v-else-if="myTeams.length"
class="bg-info flex flex-col space-y-2 rounded-lg border border-red-500 p-4 text-secondaryDark" class="bg-bannerInfo flex flex-col space-y-2 rounded-lg border border-red-500 p-4 text-secondaryDark"
> >
<h2 class="font-bold text-red-500"> <h2 class="font-bold text-red-500">
{{ t("error.danger_zone") }} {{ t("error.danger_zone") }}
@@ -45,7 +45,7 @@
</div> </div>
<div v-else> <div v-else>
<div <div
class="bg-info mb-4 flex flex-col space-y-2 rounded-lg border border-red-500 p-4 text-secondaryDark" class="bg-bannerInfo mb-4 flex flex-col space-y-2 rounded-lg border border-red-500 p-4 text-secondaryDark"
> >
<h2 class="font-bold text-red-500"> <h2 class="font-bold text-red-500">
{{ t("error.danger_zone") }} {{ t("error.danger_zone") }}