Next.js: That bright pink error background color is painful

Created on 29 May 2017  路  7Comments  路  Source: vercel/next.js

Any chance we can change this to something more passive? Black, white anything? This pink completely distorts my color field when I look away.

Most helpful comment

Something like this?

screenshot 2017-06-06 09 25 59

FFF, 0E0D0D, 6F6767, F05E93

All 7 comments

Hmm I get what you mean. cc @arunoda @rauchg @nkzawa

I agree. We need to change it.
I always hate it.
Anyone wanna propose a nice design? Or reuse something from CRA or etc.

Anyway, the change should be a simple one.
I don't wanna add more codes(more liability) for make errors looks great.

// black
windowStyle = {
  background-color: #000000
}
// red
errorHeaderDivStyle = {
  color: #D0011B
}
// yellow
errorDetailsDivStyle = {
  color: #F8E81C
}

Something like this?

screenshot 2017-06-06 09 25 59

FFF, 0E0D0D, 6F6767, F05E93

Those colours are beautiful @krisztianpuska 馃檶

I like the one which recently implemented in CRA@latest.

@eashish93 CRA has a pretty solid error layout. We may wanna go for something like that later.
But @krisztianpuska's PR is a solid start and I want to take it ASAP.

Was this page helpful?
0 / 5 - 0 ratings