chore: update marked helper

This commit is contained in:
Steven
2022-09-02 09:07:32 +08:00
parent dc9f531447
commit 3e13fa1ce6
18 changed files with 69 additions and 33 deletions

View File

@ -29,11 +29,11 @@
@apply mb-1 w-full flex flex-row justify-start items-center text-xs leading-6;
> .tip-text {
@apply text-blue-600 mr-2;
@apply text-gray-400 mr-2;
}
> .cancel-btn {
@apply px-2 border rounded-full leading-5 text-gray-600 hover:border-gray-600;
@apply px-2 border rounded-full leading-5 text-blue-600 hover:border-blue-600;
}
}