Skip to content

Commit

Permalink
PresetTitle (TextAnimation) fontWeight 500
Browse files Browse the repository at this point in the history
  • Loading branch information
ruucm committed Jan 6, 2024
1 parent 2a93ab6 commit 1be0c61
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,12 @@ export function TextAnimation({
animate={controls}
>
<div
style={{ textAlign: 'left', fontSize: fontSize, color: color }}
style={{
textAlign: 'left',
fontSize: fontSize,
color: color,
fontWeight: 500,
}}
>
{content.split(' ').map((word: string, wordI: number) => (
<div
Expand Down

0 comments on commit 1be0c61

Please sign in to comment.