[call-me] - improve UI
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "call-me",
|
||||
"version": "1.0.35",
|
||||
"version": "1.0.36",
|
||||
"description": "Your Go-To for Instant Video Calls",
|
||||
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
|
||||
"license": "AGPLv3",
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 8.8 KiB |
+4
-2
@@ -60,9 +60,11 @@ async function checkRoomPassword(maxRetries = 3, attempts = 0) {
|
||||
autocapitalize: 'off',
|
||||
autocorrect: 'off',
|
||||
},
|
||||
showCancelButton: true,
|
||||
allowOutsideClick: false,
|
||||
allowEscapeKey: false,
|
||||
showDenyButton: true,
|
||||
confirmButtonText: 'Submit',
|
||||
cancelButtonText: 'Cancel',
|
||||
denyButtonText: `Cancel`,
|
||||
preConfirm: (password) => {
|
||||
if (!password) {
|
||||
Swal.showValidationMessage('Password cannot be empty');
|
||||
|
||||
+1
-1
@@ -259,7 +259,7 @@ input {
|
||||
|
||||
/* Swal2 custom theme */
|
||||
.swal2-popup {
|
||||
background-color: #333 !important;
|
||||
background: rgba(0, 0, 0, 0.5) !important;
|
||||
color: var(--text-color) !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user