better border color

This commit is contained in:
ThatOneCalculator 2023-03-16 15:37:49 -07:00
parent 76bcf96e2c
commit 4c263cfbcc
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -44,6 +44,7 @@ const toggle = () => {
padding: 6px 10px;
width: 90%;
border-radius: 10px;
border: 1px solid var(--divider);
margin-top: 10px;
margin-bottom: 10px;
transition: background-color 0.25s ease-in-out;