-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
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
my-account/react/components/AppRouter.tsx
Line 75 in 670b0b8
| <Media query="(max-width: 45em)"> |
To Reproduce
- Use the following breakpoints for your app
styles/config/style.json
{
"s": 20
},
{
"ns": {
"value": 40,
"minWidth": true
}
},
{
"m": {
"value": 40,
"minWidth": true
}
},
{
"l": {
"value": 64,
"minWidth": true
}
},
{
"xl": {
"value": 80,
"minWidth": true
}
}
],
- Set your screen to a width of 650px
- Open the profile page
- See that the back button is not rendered
Expected behavior
Back button should be visible
Metadata
Metadata
Assignees
Labels
No labels
