mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update cancel editing button
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user