Skip to content

Commit

Permalink
feat(react-settings-form): update sizeinput (#131)
Browse files Browse the repository at this point in the history
add inherit property for sizeinput in react-settings-form
  • Loading branch information
prgrmrwy authored Nov 15, 2021
1 parent 9f5cec9 commit a66bace
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const createSpecialSizeOption = (type: string) => ({
})

const NormalSizeOptions = [
createSpecialSizeOption('inherit'),
createSpecialSizeOption('auto'),
createUnitType('px'),
createUnitType('%'),
Expand Down

0 comments on commit a66bace

Please sign in to comment.