diff --git a/src/lib/components/svg/databases/MongoDB.svelte b/src/lib/components/svg/databases/MongoDB.svelte
index ea0d2859d..fbb261aa2 100644
--- a/src/lib/components/svg/databases/MongoDB.svelte
+++ b/src/lib/components/svg/databases/MongoDB.svelte
@@ -3,13 +3,88 @@
+
+
diff --git a/src/tailwind.css b/src/tailwind.css
index 529c91cb9..78ab001c3 100644
--- a/src/tailwind.css
+++ b/src/tailwind.css
@@ -356,7 +356,7 @@ .tooltip-right:after {
}
.box-selection {
- @apply min-w-[16rem] max-w-[24rem] justify-center rounded-lg border-transparent bg-coolgray-200 p-6 shadow-lg transition duration-150 hover:scale-105 hover:border-transparent hover:bg-coolgray-400;
+ @apply min-w-[16rem] max-w-[24rem] justify-center rounded border-transparent bg-coolgray-200 p-6 shadow-lg transition duration-150 hover:scale-105 hover:border-transparent hover:bg-coolgray-400;
}
._toastBar {