Skip to content

Commit

Permalink
style: update text style
Browse files Browse the repository at this point in the history
  • Loading branch information
selemondev committed Oct 8, 2024
1 parent 46c3519 commit dda8e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ watch(() => [props.duration, i.value], ([d, n]) => {
})
const className = cn(
'font-display text-center text-4xl font-bold leading-[5rem] tracking-[-0.02em] drop-shadow-sm',
'font-display text-center text-4xl font-bold leading-[5rem] tracking-[-0.02em] drop-shadow-sm dark:text-white',
props.class,
)
</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/example/typingAnimation/typing-animation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ watch(() => [props.duration, i.value], ([d, n]) => {
})
const className = cn(
'font-display text-center text-4xl font-bold leading-[5rem] tracking-[-0.02em] drop-shadow-sm',
'font-display text-center text-4xl font-bold leading-[5rem] tracking-[-0.02em] drop-shadow-sm dark:text-white',
props.class,
)
</script>
Expand Down

0 comments on commit dda8e1c

Please sign in to comment.