Skip to content

Commit

Permalink
fix(site): typography panel summary stuck on bold (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaziyarMK authored Jun 26, 2024
1 parent 6b64687 commit 46eb68e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const TextSettings = () => {
props={['fontSize', 'fontWeight', 'textAlign']}
summary={({ fontSize, fontWeight, textAlign }: any) => {
return `${fontSize || ''}, ${weightDescription(
fontWeight
parseInt(fontWeight)
)}, ${capitalize(textAlign)}`;
}}
>
Expand Down

0 comments on commit 46eb68e

Please sign in to comment.