chore: update cancel editing button

This commit is contained in:
Steven
2022-08-23 21:33:53 +08:00
parent b1062f5387
commit 2aed7c70aa
5 changed files with 19 additions and 21 deletions

View File

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