@insforge/react 0.7.11 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/forms.js CHANGED
@@ -2484,6 +2484,8 @@ var VerificationCodeInput = styled.input`
2484
2484
  font-weight: ${theme.fontWeight.semibold};
2485
2485
  border: 1px solid ${theme.colors.border};
2486
2486
  border-radius: ${theme.radius.sm};
2487
+ background-color: ${theme.colors.bgWhite};
2488
+ color: ${theme.colors.text};
2487
2489
  transition: border-color ${theme.transition.base};
2488
2490
  font-family: ${theme.fontFamily.manrope};
2489
2491