🚧 add tag selection

This commit is contained in:
yanyongyu
2021-12-31 11:27:37 +08:00
parent ab2c73856d
commit 56677616b4
5 changed files with 207 additions and 28 deletions

View File

@ -6,7 +6,7 @@
@apply flex items-center;
}
.a {
.button {
height: 34px;
width: auto;
min-width: 34px;
@ -15,12 +15,12 @@
@apply text-black bg-light-nonepress-100;
}
:global(.dark) .a {
:global(.dark) .button {
@apply border-dark-nonepress-200 shadow-dark-nonepress-300;
@apply text-white bg-dark-nonepress-100;
}
.a.active {
.button.active {
@apply bg-hero text-white border-hero;
}