Эх сурвалжийг харах

btn swal color #3e3a8e, border verif 0.5 px

andi 3 жил өмнө
parent
commit
51ef541c45

+ 2 - 2
pages/laporan/new/index.js

@@ -248,7 +248,7 @@ class App extends Component {
       swal.fire({
         title: "Kode verifikasi salah",
         icon: "error",
-        confirmButtonColor: "#6FB9DE",
+        confirmButtonColor: "#3e3a8e",
       });
       this.setState({ error: "Kode verifikasi tidak valid" });
     } else {
@@ -256,7 +256,7 @@ class App extends Component {
       swal.fire({
         title: "Data berhasil dikirim",
         icon: "success",
-        confirmButtonColor: "#6FB9DE",
+        confirmButtonColor: "#3e3a8e",
       });
       this.toggleModal();
       Router.push("/laporan/new");

+ 2 - 2
styles/bootstrap/_card.scss

@@ -363,6 +363,6 @@
   color: black;
 }
 .border-2 {
-  border-width: 2px;
-  border-color: black;
+  border-width: 0.5px;
+  border-color: rgb(124, 122, 122);
 }