better border color
This commit is contained in:
parent
76bcf96e2c
commit
4c263cfbcc
|
@ -44,6 +44,7 @@ const toggle = () => {
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
border: 1px solid var(--divider);
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
transition: background-color 0.25s ease-in-out;
|
transition: background-color 0.25s ease-in-out;
|
||||||
|
|
Loading…
Reference in New Issue