Currently, I am working with the Vuetify mobile drawer component and my goal is to give it square corners instead of the default rounded corners that are prevalent in Material design for all Vuetify components. While the Vuetify card component offers a "tile" property to achieve squared corners, similar functionality is missing in the drawer component. Unfortunately, no documentation covers how to modify interactions with the Material API. I attempted using the "rounded" property and adjusting the border-radius, but it seems to be ineffective in this case.