From f907c89727f88ff0872486f77002765b5c84f22e Mon Sep 17 00:00:00 2001 From: raj6939 Date: Fri, 9 Dec 2022 12:06:18 +0530 Subject: [PATCH] sumsub css issue fixed --- src/components/participant/ActionInputs/SumsubKyc.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/participant/ActionInputs/SumsubKyc.vue b/src/components/participant/ActionInputs/SumsubKyc.vue index 8141af5e..e3b0fed4 100644 --- a/src/components/participant/ActionInputs/SumsubKyc.vue +++ b/src/components/participant/ActionInputs/SumsubKyc.vue @@ -181,7 +181,7 @@ methods:{ } button.continue,button.submit{ color : ${config.app.buttonTextColor} !important; - background: ${config.app.buttonBgColors}!important; + background: ${config.app.buttonBgColor}!important; } div.tab-content{ background-color:#faedcd !important @@ -190,12 +190,12 @@ methods:{ color:#252733 !important } div.round-icon{ - background-image:linear-gradient(204deg,${config.app.buttonBgColors},#dedede) !important + background-image:linear-gradient(204deg,${config.app.buttonBgColor},#dedede) !important } :root{ --primary-color:${config.app.buttonTextColor} !important; - --success-color:${config.app.buttonBgColors} !important; + --success-color:${config.app.buttonBgColor} !important; } `