fix btn transparent, add shadows (#45)

This commit is contained in:
Geometrically
2023-04-22 12:18:09 -07:00
committed by GitHub
parent 6794da0738
commit 9d92b8cc6d
5 changed files with 10 additions and 3 deletions

View File

@@ -188,6 +188,7 @@ export default {
cursor: pointer;
user-select: none;
border-radius: var(--radius-md);
box-shadow: var(--shadow-inset-sm), 0 0 0 0 transparent;
&.disabled {
cursor: not-allowed;