chore: update corner width (#398)

This commit is contained in:
boojack 2022-11-01 23:13:54 +08:00 committed by GitHub
parent 75218ef826
commit 2c653f170c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,9 @@
@apply absolute top-0 right-0 z-1;
&::after {
@apply rounded-tr-md absolute border-8 top-0 right-0 border-transparent border-t-green-600 border-r-green-600;
@apply rounded-tr-md absolute top-0 right-0 border-transparent border-t-green-600 border-r-green-600;
content: "";
border-width: 6px;
}
}