Tune overlay button

This commit is contained in:
Ivan Grachev 2022-08-29 16:52:23 +03:00
parent f60f1002e7
commit 456808ab61
2 changed files with 5 additions and 5 deletions

View File

@ -23,10 +23,10 @@ function injectScript() {
font-weight: bold;
color: white;
background-color: #0093FF;
width: min(64vw, 64vh);
height: min(64vw, 64vh);
width: min(78vw, 78vh);
height: min(34vw, 34vh);
border: none;
border-radius: min(32vw, 32vh);
border-radius: min(17vw, 17vh);
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
@ -43,7 +43,7 @@ function injectScript() {
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.45);
background-color: rgba(0, 0, 0, 0.5);
z-index: 2147483647;
cursor: pointer;
align-content: center;

View File

@ -28,7 +28,7 @@ function platformSpecificProcessMessage(message) {
case "signAndSendTransactions":
case "signAllTransactions":
case "signAndSendTransaction":
title = "Send Transaction<br>in Tokenary";
title = "Approve Transaction<br>in Tokenary";
break;
case "requestAccounts":
case "signIn":