Skip to content

Commit

Permalink
fix: size
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuujin committed Jul 11, 2024
1 parent 334a7e7 commit 8a7d3d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/ui/components/date/Time.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ const { color } = useColor()
.minute,
.separator {
display: inline-block;
font-size: 45px;
font-size: 24px;
font-weight: 600;
line-height: 1.2;
}
.ampm {
font-size: 24px;
Expand All @@ -72,7 +73,8 @@ const { color } = useColor()
.hour,
.minute,
.separator {
font-size: 38px;
font-size: 18px;
line-height: 1.5;
}
}
</style>

0 comments on commit 8a7d3d6

Please sign in to comment.