@secondstaxorg/sscomp 2.0.37 → 2.0.38

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/index.js CHANGED
@@ -36031,7 +36031,7 @@ const AmountInput = (props) => {
36031
36031
  };
36032
36032
 
36033
36033
  const MainContainer = styled.div`
36034
- max-width: 430px;
36034
+ width: 510px;
36035
36035
  background: ${theme.colors.white};
36036
36036
  padding: 40px;
36037
36037
  border-radius: 16px;
@@ -36220,7 +36220,7 @@ const Container = styled.div`
36220
36220
  display: flex;
36221
36221
  flex-direction: column;
36222
36222
  gap: 40px;
36223
- max-width: 510px;
36223
+ width: 510px;
36224
36224
 
36225
36225
  .email-field{
36226
36226
  padding: 16px;