cms
cms copied to clipboard
bug: Text,buttons are not visible in 404 page not found in (opposite of system's default theme Mode)
Describe the bug When a user goes to any non listed route a 404 default page will be rendered by the nextjs so in Light mode the text is not visible as it the text is in white color and also the color mode shift button also not visible , Logout / Login button also not visible.
To Reproduce Steps to reproduce the behavior: 1.go to any random route that is not listed in the project 2.change the mode like if you are in dark mode change it to light mode and viceversa. 3.You will notice the 404 page not found text is not visible .
Expected behavior 1.There we need to see the buttons and the text so that user can be noticed that the page is not listed.
Screenshots or GIFs
Info (please complete the following information):
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Additional context Add any other context about the problem here.
working on it!
I have already worked on it and ready to create the pull request for the same
I have already worked on it and ready to create the pull request for the same
But there isn't any error in my browser, whereas in my case the nav bar texts went out(Browser: Chrome)
I have already worked on it and ready to create the pull request for the same
But there isn't any error in my browser, whereas in my case the nav bar texts went out(Browser: Chrome)
could you please share the same picture in dark mode as the issue will occur in opposite mode of user's default theme like if user default mode is dark then the issue occurs in light mode and viceversa
I have already worked on it and ready to create the pull request for the same
But there isn't any error in my browser, whereas in my case the nav bar texts went out(Browser: Chrome)
could you please share the same picture in dark mode as the issue will occur in opposite mode of user's default theme like if user default mode is dark then the issue occurs in light mode and viceversa
Oh got it! Yeah I am having the problem on dark mode.
Yeh I have fixed that and also introduced inhouse error page which looks better than default one
