You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Right now it is not possible to control the children fully, for example background color and padding as children is already wrapped by a styled Box, see:
I believe <ThemedLayoutV2 /> can take new props called childrenBoxProps and containerBoxProps (I'm fully open to better names) to customize these <Box /> components.
Is your feature request related to a problem? Please describe.
Right now it is not possible to control the children fully, for example background color and padding as children is already wrapped by a styled Box, see:
Describe alternatives you've considered
Provide full control over children rendering.
Additional context
The only thing to do is to delete the wrapping Box component.
Describe the thing to improve
See above.
The text was updated successfully, but these errors were encountered: