Skip to content

Commit

Permalink
🎨 - feat: re-styled the tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Roeland committed Jun 18, 2024
1 parent 24679b5 commit 922602c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/tooltip/tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
opacity: 0;
border-radius: var(--border-radius-l);
background-color: var(--typography-color-background);
border: 1px solid var(--page-color-info);
border: 2px solid var(--typography-color-border);

&--open {
opacity: 1;
transform: scale(1);
}

&__arrow {
fill: var(--page-color-info);
fill: var(--typography-color-border);
}

&__content {
Expand Down

0 comments on commit 922602c

Please sign in to comment.