1
0
Fork 0

update btn ui

This commit is contained in:
nanxiaobei 2023-06-07 02:24:08 +08:00
parent 5eadb3767f
commit 265d1d60a7

View file

@ -29,7 +29,7 @@
@layer components {
.btn {
@apply rounded-full bg-black py-4 px-6 text-sm text-white no-underline shadow-lg duration-100 active:scale-95 dark:bg-white dark:text-black;
@apply rounded-full bg-black px-7 py-4 text-sm text-white no-underline shadow-sm duration-100 active:scale-95 dark:bg-white dark:text-black;
}
.link {