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
Currently there are only 2 parts that are available for styling in Flow State component: header and container.
However, container consists of much more sub-components, and it would be great to be able to style them separately.
My use case as an example: I want to only display the flow itself as it progresses, and nothing else (bound by red rectangle in the pic below). I could do that by setting display: none to every other sub-component, but currently there is no way to do that.
The text was updated successfully, but these errors were encountered:
Currently there are only 2 parts that are available for styling in Flow State component: header and container.
However, container consists of much more sub-components, and it would be great to be able to style them separately.
My use case as an example: I want to only display the flow itself as it progresses, and nothing else (bound by red rectangle in the pic below). I could do that by setting
display: none
to every other sub-component, but currently there is no way to do that.The text was updated successfully, but these errors were encountered: