make mod shrunken label text-primary

This commit is contained in:
Alec Armbruster 2023-06-27 14:36:19 -04:00
parent 0b7e2b7e4d
commit f333710077
No known key found for this signature in database
GPG key ID: 52BC7C84E960FD1B

View 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_ &&