style: Add pointer cursor to every button in pomodoro view

This commit is contained in:
An Hoang 2025-07-27 12:23:14 +02:00
parent 2082b7e4a3
commit eb613b1dc9

View file

@ -15,6 +15,11 @@
justify-content: center;
background: var(--tn-bg-primary);
min-height: 100vh;
button {
cursor: pointer;
}
}
/* ================================================