Skip to content

Commit 5fb9bdc

Browse files
committed
rm unused shrink in ColorBase;
while rewriting to TS, `InputLabelProps` was wrongly replaced with `inputProps`, and `InputLabelProps` was never passed further by `StringRenderer`
1 parent 2824a78 commit 5fb9bdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/material-color/src/Base/ColorBase/ColorBase.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ export const ColorBase = (
8282
{hasFocus ? <ColorCloser setHasFocus={setHasFocus}/> : null}
8383

8484
<StringRenderer
85-
inputProps={{shrink: schema.getIn(['view', 'shrink']) as boolean}}
8685
schema={schema}
8786
value={stringValue}
8887
onChange={onChange}

0 commit comments

Comments
 (0)