Unverified Commit 4ab32d4c authored by Dan Fiumara's avatar Dan Fiumara Committed by GitHub

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
parent 1f05b52c
...@@ -16,7 +16,7 @@ ...@@ -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; @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 { > .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 { > .addition-btn-container {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment