Skip to content

Commit

Permalink
Make hours hand bigger in KotlinFanClock
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Feb 20, 2024
1 parent 85adbd0 commit b2a3c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/main/kotlin/watchfaces/KotlinFanClock.kt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ private fun HoursHand() {
val isAmbient by LocalIsAmbient.current
OClockCanvas {
rotate(degrees = time.hourWithMinutes * 30) {
val width = 10.dp.toPx()
val width = 16.dp.toPx()
clockHand(
brush = SolidColor(kotlinLogoColors[0]),
width = width,
Expand Down

0 comments on commit b2a3c43

Please sign in to comment.