Merge pull request #1083 from appwrite/tooltip-color-update-to-new

Update old colors variables to the new ones
This commit is contained in:
Steven Nguyen
2024-05-15 10:18:01 -07:00
committed by GitHub
+2 -2
View File
@@ -118,8 +118,8 @@
<!-- svelte-ignore css-unused-selector -->
<style lang="scss" global>
.tippy-user .tippy-box {
--p-drop-bg-color: var(--color-neutral-500);
--p-drop-border-color: var(--color-neutral-200);
--p-drop-bg-color: var(--color-neutral-105);
--p-drop-border-color: var(--color-neutral-85);
body.theme-light & {
--p-drop-bg-color: var(--color-neutral-0);