Fixed slider radius.

This commit is contained in:
DebaucheryLibrarian 2021-03-01 19:45:29 +01:00
parent b64c7ddc96
commit d6bebd8fec
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ export default {
height: 1.5rem;
appearance: none;
padding: 2px;
border-radius: .75rem;
border-radius: 1rem;
background: var(--shadow-hint);
cursor: pointer;