fix Mongodb icon

This commit is contained in:
Andras Bacsai
2022-05-09 23:51:40 +02:00
parent 6ac8dd8907
commit 6374b1284b
2 changed files with 85 additions and 10 deletions

View File

@@ -356,7 +356,7 @@ a {
}
.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 {