]> Untitled Git - lemmy-ui.git/commitdiff
make mod shrunken label text-primary
authorAlec Armbruster <35377827+alectrocute@users.noreply.github.com>
Tue, 27 Jun 2023 18:36:19 +0000 (14:36 -0400)
committerAlec Armbruster <35377827+alectrocute@users.noreply.github.com>
Tue, 27 Jun 2023 18:36:19 +0000 (14:36 -0400)
src/shared/components/comment/comment-node.tsx

index b6d491b2ebb5d32ce5d1f727e64f90870abcc165..0ce8638d0f34866ac1dcae3829c324c661ce8287 100644 (file)
@@ -329,7 +329,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
                 this.getRoleLabelPill({
                   label: I18NextService.i18n.t("mod"),
                   tooltip: I18NextService.i18n.t("mod"),
-                  shrunkenLabelClasses: "text-info",
+                  shrunkenLabelClasses: "text-primary",
                 })}
 
               {isAdmin_ &&