Fixed Save With My API keys toggle

This commit is contained in:
Lucas Oliveira 2023-07-26 23:25:19 -03:00
commit 492371b185

View file

@ -73,7 +73,7 @@ function BaseModal({
switch (size) {
case "smaller":
minWidth = "min-w-[40vw]";
height = "h-[25vh]";
height = "h-[27vh]";
break;
case "small":
minWidth = "min-w-[40vw]";