Skip to content

Commit f907c89

Browse files
committed
sumsub css issue fixed
1 parent 7322eff commit f907c89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/participant/ActionInputs/SumsubKyc.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ methods:{
181181
}
182182
button.continue,button.submit{
183183
color : ${config.app.buttonTextColor} !important;
184-
background: ${config.app.buttonBgColors}!important;
184+
background: ${config.app.buttonBgColor}!important;
185185
}
186186
div.tab-content{
187187
background-color:#faedcd !important
@@ -190,12 +190,12 @@ methods:{
190190
color:#252733 !important
191191
}
192192
div.round-icon{
193-
background-image:linear-gradient(204deg,${config.app.buttonBgColors},#dedede) !important
193+
background-image:linear-gradient(204deg,${config.app.buttonBgColor},#dedede) !important
194194
}
195195
196196
:root{
197197
--primary-color:${config.app.buttonTextColor} !important;
198-
--success-color:${config.app.buttonBgColors} !important;
198+
--success-color:${config.app.buttonBgColor} !important;
199199
}
200200
201201
`

0 commit comments

Comments
 (0)