style: change button style

This commit is contained in:
MAZE 2024-06-16 18:50:06 +03:30
parent a3c384d105
commit 8a79ccf018

View file

@ -14,9 +14,8 @@
cursor: pointer; cursor: pointer;
background-color: var(--color-neutral-950); background-color: var(--color-neutral-950);
border: none; border: none;
border-radius: 8px; border-radius: 4px;
outline: none; outline: none;
box-shadow: inset 0 -3px 0 var(--color-neutral-700);
} }
} }