Skip to content

Commit

Permalink
docs(datepicker): fix control styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-subo committed Apr 27, 2021
1 parent 21c8bac commit 58e3d88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/pages/docs/datepicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ const DatepickerPage: React.FC = () => {
label: "Locale code:",
description: "Set a locale for the custom picker (defaults to system locale).",
controlType: "Text",
formElementAdditionalProps: { className: "indent pl-3 pt-2" },
wrappingElement: "div",
additionalProps: { className: "indent pl-3 pt-2" },
},
],
},
Expand Down

0 comments on commit 58e3d88

Please sign in to comment.