1
0
Timothy J. Baek 1 жил өмнө
parent
commit
c42507e0c7

+ 1 - 1
src/lib/components/common/Modal.svelte

@@ -61,7 +61,7 @@
 
 	@keyframes scaleUp {
 		from {
-			transform: scale(0.9);
+			transform: scale(0.985);
 			opacity: 0;
 		}
 		to {