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
The current background color is really perceptible (i.e., you notice it) and it should maybe be toned down.
As an aside, the background-color should be applied on the body element (it's currently applied on a div, presumably in _app.tsx or wherever we define the default page layout) so that scrolling past the edge (the browser will "snap back", but still show you that bit beyond the edge of the actual content) doesn't show white.
The text was updated successfully, but these errors were encountered:
The current background color is really perceptible (i.e., you notice it) and it should maybe be toned down.
As an aside, the background-color should be applied on the
body
element (it's currently applied on adiv
, presumably in_app.tsx
or wherever we define the default page layout) so that scrolling past the edge (the browser will "snap back", but still show you that bit beyond the edge of the actual content) doesn't show white.The text was updated successfully, but these errors were encountered: