From 4ab32d4c2cadec28fd13bea008d49645712de394 Mon Sep 17 00:00:00 2001 From: Dan Fiumara <81405199+fiumad@users.noreply.github.com> Date: Wed, 1 Mar 2023 00:38:33 -0500 Subject: [PATCH] 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 --- web/src/less/home.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/less/home.less b/web/src/less/home.less index 47d97c0..42371f1 100644 --- a/web/src/less/home.less +++ b/web/src/less/home.less @@ -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 {