Skip to content

Commit c99fcf9

Browse files
christophidespPanos Christophides
andauthored
Data v2 (#443)
* remove extra ! and remove redundant width from input * revert --------- Co-authored-by: Panos Christophides <[email protected]>
1 parent d718e4a commit c99fcf9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/input/use-input-styles.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ const useInputStyles = ({ size = "large", disabled, success, error, focused }) =
3737

3838
const inputContainer = useMemo(() => {
3939
return {
40-
width: "100%",
4140
...sizeStyles,
4241
background: disabled ? "mainBackgroundDisabled" : "mainBackground",
4342
border: {

0 commit comments

Comments
 (0)