Skip to content

Commit

Permalink
Update Framer
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Nov 13, 2020
1 parent cd8d0e1 commit f6e822c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framer/Material-UI.framerfx/code/TextField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ TextField.defaultProps = {
label: 'TextField',
multiline: false,
required: false,
variant: 'standard' as 'standard',
variant: 'outlined' as 'outlined',
width: 280,
height: 56,
};
Expand Down

0 comments on commit f6e822c

Please sign in to comment.