I want to modify a style of a MUI component which in turn is inside another component

I’m working with MUI to be exact with the TextField component, inside this component is the InputLabel component that has shrink as one of the classes that can be modified. So my goal is starting from a TextField component to modify the shrink class but I can’t do it (I’m trying with React).