Browse Source

fix: transform css param

Timothy J. Baek 1 năm trước cách đây
mục cha
commit
c42507e0c7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/lib/components/common/Modal.svelte

+ 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 {