### Description Hello, Is it possible to have a props to set the rounded class for the Avatar in Nuxt UI v4 I mean having the possibility to use rounded-lg, etc It's possible to have it like that but maybe a prop can be appropriate ``` :ui="{ root: 'rounded-lg', }" ``` Regards,