Skip to content

Commit

Permalink
Merge pull request #1818 from /issues/1817
Browse files Browse the repository at this point in the history
sumsub css issue fixed
  • Loading branch information
Raj6939 authored Dec 9, 2022
2 parents 7322eff + f907c89 commit 5743294
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/participant/ActionInputs/SumsubKyc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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;
}
`
Expand Down

0 comments on commit 5743294

Please sign in to comment.