fieldWrapperView() function. I couldn't find much documentation about it, but it seems to give the option to overwrite the field wrapper that includes the label. So I published the Filament Form views, copied the label component, changed the styling, and set the fieldWrapperView('livewire.components.field-wrapper.label'). Unfortunately, this doesn't seem to work, it can't find the label template at that location. I checked a lot of times, but I'm sure the view path is correct. Is this a bug?fieldWrapperView() function the right way to do this, or are there better ways?