Migrate to @tippyjs/react from react-tippy.

Fix strokes on home sidebar.
Add tooltips on servers.
Fix reply SVG direction.
This commit is contained in:
Paul
2021-06-27 21:54:31 +01:00
parent 38be8f8fcc
commit 99643c5461
8 changed files with 52 additions and 36 deletions

View File

@@ -15,7 +15,6 @@
transition: .1s ease-in-out background-color;
color: var(--tertiary-foreground);
stroke: var(--tertiary-foreground);
&.normal {
height: 38px;
@@ -117,7 +116,6 @@
&[data-alert="true"], &[data-active="true"], &:hover {
color: var(--foreground);
stroke: var(--foreground);
.subText {
color: var(--secondary-foreground) !important;