mirror of https://github.com/VERT-sh/VERT.git
feat: improve green colour
This commit is contained in:
parent
046b772449
commit
e2766f0121
|
|
@ -45,7 +45,7 @@
|
||||||
<p
|
<p
|
||||||
class={clsx("text-sm font-normal", {
|
class={clsx("text-sm font-normal", {
|
||||||
"text-red-700 dynadark:text-red-100": vertdCommit === null,
|
"text-red-700 dynadark:text-red-100": vertdCommit === null,
|
||||||
"text-green-700 dynadark:text-green-100": vertdCommit !== null,
|
"text-green-700 dynadark:text-green-300": vertdCommit !== null,
|
||||||
"!text-muted": vertdCommit === "loading",
|
"!text-muted": vertdCommit === "loading",
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue