Chakra UI change custom image size of title in login form
Hi, how can i change the custom image size in the title of the login form in Chakra UI?
my code is
<AuthPage
type="login"
title={<ThemedTitleV2
text="My Title"
icon="null"
collapsed={false} />}
formProps={{
defaultValues: {
...authCredentials,
},
}}
but there is a viewbox of { 0 0 24 24 } that i am not able to change?
my code is
<AuthPage
type="login"
title={<ThemedTitleV2
text="My Title"
icon="null"
collapsed={false} />}
formProps={{
defaultValues: {
...authCredentials,
},
}}
but there is a viewbox of { 0 0 24 24 } that i am not able to change?
