fix background color input border (#1907) by refact0r

This commit is contained in:
refact0r 2021-09-26 10:59:08 -07:00 committed by GitHub
parent 4ec9ff3d54
commit 3eea87c803
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,7 +135,7 @@ input[type="number"] {
}
& #--bg-color {
border: 1px solid var(--sub-color);
border: 2px solid var(--sub-color);
}
}