.image-uploader{
    .ant-upload-list-item-container,
    .ant-upload-select{
        @apply size-[128px] #{!important};
        .ant-upload-list-item{
            @apply p-0 rounded-xl overflow-hidden w-full h-full before:size-full #{!important};
        }
    }
}

.file-uploader{
    .ant-upload-select,
    .ant-upload-list-item-container{
        @apply w-full #{!important} ;
    }
}