fix: progress bar is broken

fixes #175
This commit is contained in:
2025-04-22 15:19:00 +02:00
parent 4192210d27
commit 92b52e08f7
2 changed files with 32 additions and 18 deletions

View File

@@ -54,5 +54,6 @@
progress::-webkit-progress-value {
background: var(--md-sys-color-primary);
transition: width 2s ease;
}
</style>