mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-09 10:02:12 +00:00
make mod shrunken label text-primary
This commit is contained in:
parent
0b7e2b7e4d
commit
f333710077
|
@ -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_ &&
|
||||
|
|
Loading…
Reference in a new issue