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

@@ -28,6 +28,7 @@ export const ReplyBase = styled.div<{ head?: boolean, fail?: boolean, preview?:
svg {
flex-shrink: 0;
transform: scaleX(-1);
color: var(--tertiary-foreground);
}