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
I'm trying to create a custom variant and receive the following error.
I'm adding the variant to the custom theme like this
and here is CustomSteps
If I apply CustomSteps directly to Steps it works perfectly fine. However, I need the variant to prevent the left shift on mobile devices.
Additionally, if I add stepIconContainer:{} directly to the alternate variant, the page renders but the steps have no styles. Do I need to specifically add the baseStyle for this in CustomSteps?
My apologies if this is painfully obvious, this is my first project with Chakra.
The text was updated successfully, but these errors were encountered:
Hey!
I'm trying to create a custom variant and receive the following error.
I'm adding the variant to the custom theme like this
and here is CustomSteps
If I apply CustomSteps directly to Steps it works perfectly fine. However, I need the variant to prevent the left shift on mobile devices.
Additionally, if I add stepIconContainer:{} directly to the alternate variant, the page renders but the steps have no styles. Do I need to specifically add the baseStyle for this in CustomSteps?
My apologies if this is painfully obvious, this is my first project with Chakra.
The text was updated successfully, but these errors were encountered: