diff --git a/src/styles/components/tooltip.scss b/src/styles/components/tooltip.scss index f56be0238..2d24e61e8 100644 --- a/src/styles/components/tooltip.scss +++ b/src/styles/components/tooltip.scss @@ -1,12 +1,12 @@ .v-popper--theme-tooltip .v-popper__inner { padding: 5px 10px; font-size: 0.8rem; - background: var(--dark); + background: var(--grey-900); color: var(--white); border-radius: 5px; } .dark .v-popper--theme-tooltip .v-popper__inner { background: var(--white); - color: var(--dark); + color: var(--grey-900); } \ No newline at end of file