Skip to content

Commit

Permalink
fixed missing bem-class
Browse files Browse the repository at this point in the history
Refs: #7035
  • Loading branch information
AlexanderSchmidtCE committed Dec 6, 2024
1 parent 1aa9301 commit ce613b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const LabelHelper: FC<{ label: string; hideLabel?: boolean; badgeText?: string;
return null;
}

const defaultClasses = 'span-label';
const defaultClasses = 'kol-span__label';

if (allowMarkdown) {
return <span class={clsx(defaultClasses, 'md')} innerHTML={md(label)} />;
Expand Down

0 comments on commit ce613b3

Please sign in to comment.