FileUpload area height

Is there a way to modify the height of the FileUpload area? I am using FileUpload inside a TableRepeater and on v2 it used to have the min-height set to 2.625em, but that is not the case on v3, and the min-height is 96px. If you look at the screenshots I added, you can see how it looks on a table row.

I tried using ->compact, and ->extraAttributes, but any classes there get ignored (I see anything I add there as wire:ignore class=".....").

I also tried modifying the classes on my tailwind config file like I did for other things on other components like borderRadius, but I can't get the styles to get applied, or I might just not be targeting the correct class. I tried: .filepond--root, .filepond--drop-label, .filepond--hopper.
Screenshot_2023-08-29_at_18.07.12.png
Screenshot_2023-08-29_at_18.05.54.png
Screenshot_2023-08-29_at_22.46.01.png
Was this page helpful?