张延森 2 gadus atpakaļ
vecāks
revīzija
2a320df09e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      src/components/PopUp.vue

+ 1
- 1
src/components/PopUp.vue Parādīt failu

@@ -33,7 +33,7 @@ const props = defineProps({
33 33
   height: 100vh;
34 34
   z-index: 100;
35 35
   overflow: hidden;
36
-  background: rgba(0, 0, 0, 0.5);
36
+  background: rgba(0, 0, 0, 0.8);
37 37
   display: flex;
38 38
   flex-direction: column;
39 39
   justify-content: center;