We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d718e4a commit c99fcf9Copy full SHA for c99fcf9
src/components/input/use-input-styles.js
@@ -37,7 +37,6 @@ const useInputStyles = ({ size = "large", disabled, success, error, focused }) =
37
38
const inputContainer = useMemo(() => {
39
return {
40
- width: "100%",
41
...sizeStyles,
42
background: disabled ? "mainBackgroundDisabled" : "mainBackground",
43
border: {
0 commit comments