diff --git a/src/client/components/analog-clock.vue b/src/client/components/analog-clock.vue index 8aa51898b..32b7ebb8e 100644 --- a/src/client/components/analog-clock.vue +++ b/src/client/components/analog-clock.vue @@ -5,7 +5,8 @@ :cy="5 - (Math.cos(angle) * (5 - graduationsPadding))" :r="i % 5 == 0 ? 0.125 : 0.05" :fill="i % 5 == 0 ? majorGraduationColor : minorGraduationColor" - :key="i"/> + :key="i" + /> + :stroke-width="thickness / 2" + /> + :stroke-width="thickness" + /> + :stroke-width="thickness" + />