From 13348e94f83be2c6c31502a5c6f6fba3feda7ee3 Mon Sep 17 00:00:00 2001 From: Harish Karumuthil Date: Mon, 1 Mar 2021 21:36:03 +0530 Subject: [PATCH] * Update label for App link button * Added colors for button * Reverted dark color of QR code --- index.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 8b38fc7..e5fd285 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,14 @@ border-radius: 4px; padding: 2%; } + .button-blue{ + background-color: #007bff; + border-color: #007bff; + } + .button-green{ + background-color: #28a745; + border-color: #28a745; + } @@ -30,8 +38,8 @@
- Open UPI App - Copy Link + Pay using UPI App + Copy Link @@ -70,7 +78,7 @@ margin: 1, scale:8, color: { - dark:"#9b4dca", + dark:"#580000", light:"#fff" } }