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
Describe the bug
It is possible inside a custom theme styles/configs/style.json to specify breakpoints for your theme. However, inside my-account a hardcoded breakpoint is used
. This conflicts with the generated tachyons file from the supplied config. Result of this is that certain elements disappear in a empty space between breakpoints. An example would be the back button inside the pageHeader.
To Reproduce
Use the following breakpoints for your app styles/config/style.json
Describe the bug
It is possible inside a custom theme
styles/configs/style.json
to specify breakpoints for your theme. However, inside my-account a hardcoded breakpoint is usedmy-account/react/components/AppRouter.tsx
Line 75 in 670b0b8
To Reproduce
styles/config/style.json
Expected behavior
Back button should be visible
Screenshots
![image](https://user-images.githubusercontent.com/44701246/227893481-cb180904-687c-44b0-9980-81dd095d1acd.png)
The text was updated successfully, but these errors were encountered: