Skip to content

Commit

Permalink
Fix primefaces#5515: FileUpload Tailwind docs
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Dec 4, 2023
1 parent 6e8730c commit 3b3d961
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions components/doc/fileupload/theming/tailwinddoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,18 @@ const Tailwind = {
buttonbar: {
className: classNames('flex flex-wrap', 'bg-gray-50 dark:bg-gray-800 p-5 border border-solid border-gray-300 dark:border-blue-900/40 text-gray-700 dark:text-white/80 rounded-tr-lg rounded-tl-lg gap-2 border-b-0')
},
basicButton: {
className: classNames('text-white bg-blue-500 border border-blue-500 p-3 px-5 rounded-md text-base', 'overflow-hidden relative')
},
chooseButton: {
className: classNames('text-white bg-blue-500 border border-blue-500 p-3 px-5 rounded-md text-base', 'overflow-hidden relative')
},
chooseIcon: 'mr-2 inline-block',
chooseButtonLabel: 'flex-1 font-bold',
uploadbutton: {
uploadButton: {
icon: 'mr-2'
},
cancelbutton: {
cancelButton: {
icon: 'mr-2'
},
content: {
Expand All @@ -31,7 +34,7 @@ const Tailwind = {
thumbnail: 'shrink-0',
fileName: 'mb-2',
fileSize: 'mr-2',
uploadicon: 'mr-2'
uploadIcon: 'mr-2'
}
}
`
Expand Down

0 comments on commit 3b3d961

Please sign in to comment.