File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/components/FwbFileInput/composables Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { computed } from 'vue'
2
2
3
3
import { simplifyTailwindClasses } from '@/utils/simplifyTailwindClasses'
4
4
5
- const fileInpDefaultClasses = 'block w-full text-sm text-gray-900 border-[1px] border-gray-300 rounded-lg cursor-pointer bg-gray-50 dark:text-gray-400 focus:outline-none dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400'
5
+ const fileInpDefaultClasses = 'block w-full py-1 px-2 text-sm text-gray-900 border-[1px] border-gray-300 rounded-lg cursor-pointer bg-gray-50 dark:text-gray-400 focus:outline-none dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400'
6
6
const fileInpLabelClasses = 'block mb-2 text-sm font-medium text-gray-900 dark:text-white'
7
7
const fileInpDropzoneClasses = 'flex flex-col items-center justify-center w-full h-64 border-2 border-gray-300 border-dashed rounded-lg cursor-pointer bg-gray-50 dark:hover:bg-bray-800 dark:bg-gray-700 hover:bg-gray-100 dark:border-gray-600 dark:hover:border-gray-500 dark:hover:bg-gray-600'
8
8
const fileDropzoneWrapClasses = 'flex flex-col items-center justify-center pt-5 pb-6'
You can’t perform that action at this time.
0 commit comments