Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocnhan-tran1996 committed Jul 24, 2024
1 parent 44051d6 commit 1431d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fragment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function SectionFragment({ title, divideClassName, properties }: { title:

export function BadgeFragment({ value }: { value: string }) {

return <span className="badge rounded-pill text-bg-secondary me-1">{value}</span>
return <span className="badge rounded-pill text-bg-secondary fw-normal me-1">{value}</span>
}

export interface SectionProperty {
Expand Down

0 comments on commit 1431d4e

Please sign in to comment.