]> Untitled Git - lemmy-ui.git/commitdiff
fix: Fix joined button check color
authorJay Sitter <jay@jaysitter.com>
Sun, 2 Jul 2023 18:47:45 +0000 (14:47 -0400)
committerJay Sitter <jay@jaysitter.com>
Sun, 2 Jul 2023 18:47:45 +0000 (14:47 -0400)
src/shared/components/community/sidebar.tsx

index fcb0dad7ffb1bcfe27a9450b782413d11bb7448c..0b6f8e1bf22433cc5726b435bbec23ac587b7a4d 100644 (file)
@@ -258,7 +258,7 @@ export class Sidebar extends Component<SidebarProps, SidebarState> {
             <Spinner />
           ) : (
             <>
-              <Icon icon="check" classes="icon-inline text-success me-1" />
+              <Icon icon="check" classes="icon-inline me-1" />
               {I18NextService.i18n.t("joined")}
             </>
           )}