@@ -51,9 +51,10 @@ function initializeOnfido({sdkToken, onSuccess, onError, onUserExit, preferredLo
5151 colorBorderButtonPrimary : theme . success ,
5252 colorContentButtonSecondaryText : theme . text ,
5353 colorBackgroundButtonSecondary : theme . border ,
54- colorBackgroundButtonSecondaryHover : theme . icon ,
55- colorBackgroundButtonSecondaryActive : theme . icon ,
54+ colorBackgroundButtonSecondaryHover : theme . hoverComponentBG ,
55+ colorBackgroundButtonSecondaryActive : theme . hoverComponentBG ,
5656 colorBorderButtonSecondary : theme . border ,
57+ colorBorderButtonSecondaryHover : theme . transparent ,
5758 colorBackgroundIcon : theme . transparent ,
5859 colorContentLinkTextHover : theme . appBG ,
5960 colorBorderLinkUnderline : theme . link ,
@@ -66,6 +67,17 @@ function initializeOnfido({sdkToken, onSuccess, onError, onUserExit, preferredLo
6667 colorBackgroundDocTypeButtonHover : theme . successHover ,
6768 colorBackgroundButtonIconHover : theme . transparent ,
6869 colorBackgroundButtonIconActive : theme . transparent ,
70+ colorBorderButtonPrimaryFocus : theme . transparent ,
71+ colorBorderButtonPrimaryActive : theme . transparent ,
72+ colorBorderButtonSecondaryFocus : theme . transparent ,
73+ colorBorderButtonSecondaryActive : theme . transparent ,
74+ colorIcon : theme . icon ,
75+ colorContentButtonTertiaryText : theme . link ,
76+ colorBackgroundButtonTertiaryHover : theme . hoverComponentBG ,
77+ colorBorderButtonTertiaryFocus : theme . transparent ,
78+ colorInputOutline : theme . borderFocus ,
79+ colorBackgroundInput : theme . appBG ,
80+ colorBorderInput : theme . border ,
6981 } ,
7082 steps : [
7183 {
0 commit comments