File tree 1 file changed +3
-3
lines changed
src/components/participant/ActionInputs
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ methods:{
181
181
}
182
182
button.continue,button.submit{
183
183
color : ${ config .app .buttonTextColor } !important;
184
- background: ${ config .app .buttonBgColors } !important;
184
+ background: ${ config .app .buttonBgColor } !important;
185
185
}
186
186
div.tab-content{
187
187
background-color:#faedcd !important
@@ -190,12 +190,12 @@ methods:{
190
190
color:#252733 !important
191
191
}
192
192
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
194
194
}
195
195
196
196
:root{
197
197
--primary-color:${ config .app .buttonTextColor } !important;
198
- --success-color:${ config .app .buttonBgColors } !important;
198
+ --success-color:${ config .app .buttonBgColor } !important;
199
199
}
200
200
201
201
`
You can’t perform that action at this time.
0 commit comments