Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
Fix font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Mar 5, 2022
1 parent e5a32d8 commit e19d02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/player/controls/DurationControl.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="player-video-control q-px-sm">
<span class="text-caption text-weight-bold">{{ time }} / {{ duration }}</span>
<span class="text-caption">{{ time }} / {{ duration }}</span>
</div>
</template>

Expand Down

0 comments on commit e19d02b

Please sign in to comment.