fix: corners not rounded on memos-editor-wrapper (#1209)

* Fixed corners on memos-editor-wrapper

* Remove change in Home.tsx

* Moved change to home.less
This commit is contained in:
Dan Fiumara 2023-03-01 00:38:33 -05:00 committed by GitHub
parent 1f05b52c4e
commit 4ab32d4c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
@apply relative flex-grow max-w-2xl w-full min-h-full flex flex-col justify-start items-start px-4 sm:pr-6;
> .memos-editor-wrapper {
@apply w-full h-auto flex flex-col justify-start items-start bg-zinc-100 dark:bg-zinc-800;
@apply w-full h-auto flex flex-col justify-start items-start bg-zinc-100 dark:bg-zinc-800 rounded-lg;
}
> .addition-btn-container {