Skip to content

Commit

Permalink
Merge pull request #1083 from appwrite/tooltip-color-update-to-new
Browse files Browse the repository at this point in the history
Update old colors variables to the new ones
  • Loading branch information
stnguyen90 authored May 15, 2024
2 parents 2d2b23a + d4cd8fe commit d75976d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/permissions/row.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d75976d

Please sign in to comment.