@insforge/react 1.0.0 → 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.cjs CHANGED
@@ -2505,6 +2505,8 @@ var VerificationCodeInput = styled.input`
2505
2505
  font-weight: ${theme.fontWeight.semibold};
2506
2506
  border: 1px solid ${theme.colors.border};
2507
2507
  border-radius: ${theme.radius.sm};
2508
+ background-color: ${theme.colors.bgWhite};
2509
+ color: ${theme.colors.text};
2508
2510
  transition: border-color ${theme.transition.base};
2509
2511
  font-family: ${theme.fontFamily.manrope};
2510
2512