๐ ๏ธ Inputs refactor
ยท One min read
๐ ๏ธ Inputs refactorโ
#fce5c91 refactor(inputs): make color prop optional and update fallback logic
This commit updates the ContainerProps type definition in input.styles.ts, making the color property optional. Additionally, it modifies the createStyles function to provide a default theme color when color is not specified. In number-text-box/index.tsx, the usage of the color prop is updated to accommodate this change. The version in package.json is incremented from 0.0.12 to 0.0.13 to reflect these non-breaking changes.