mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Fix color pallete
This commit is contained in:
@@ -118,3 +118,15 @@
|
||||
<Helper type="warning">{error}</Helper>
|
||||
{/if}
|
||||
</FormItem>
|
||||
|
||||
<style lang="scss">
|
||||
.input-tag {
|
||||
--p-bg-color: var(--color-neutral-10);
|
||||
--p-text-color: var(--color-neutral-60);
|
||||
}
|
||||
|
||||
:global(.theme-dark) .input-tag {
|
||||
--p-bg-color: var(--color-neutral-80);
|
||||
--p-text-color: var(--color-neutral-20);
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user