Skip to content

Commit

Permalink
fix calendar pass through docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SoyDiego authored and melloware committed Nov 5, 2023
1 parent b0e41bd commit bf9b11c
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions components/doc/calendar/pt/ptdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ export function PTDoc(props) {
onChange={(e) => setDate(e.value)}
showIcon
pt={{
input: { className: 'w-16rem' },
input: {
root: { className: 'border-teal-500' }
},
dropdownButton: {
root: { className: 'bg-teal-500 border-teal-500' }
}
Expand All @@ -34,7 +36,9 @@ export default function PTDemo() {
onChange={(e) => setDate(e.value)}
showIcon
pt={{
input: { className: 'w-16rem' },
input: {
root: { className: 'border-teal-500' }
},
dropdownButton: {
root: { className: 'bg-teal-500 border-teal-500' }
}
Expand All @@ -58,7 +62,9 @@ export default function PTDemo() {
onChange={(e) => setDate(e.value)}
showIcon
pt={{
input: { className: 'w-16rem' },
input: {
root: { className: 'border-teal-500' }
},
dropdownButton: {
root: { className: 'bg-teal-500 border-teal-500' }
}
Expand All @@ -79,7 +85,9 @@ export default function PTDemo() {
onChange={(e) => setDate(e.value)}
showIcon
pt={{
input: { className: 'w-16rem' },
input: {
root: { className: 'border-teal-500' }
},
dropdownButton: {
root: { className: 'bg-teal-500 border-teal-500' }
}
Expand Down

0 comments on commit bf9b11c

Please sign in to comment.