nextjs-notion-starter-kit icon indicating copy to clipboard operation
nextjs-notion-starter-kit copied to clipboard

feat: make the bg color more 'notion'

Open iNorthIsle opened this issue 2 years ago • 4 comments

The bg style of notion-text is not correct, exist some duplicate colors, example notion link: https://www.notion.so/northisle/Text-Bg-Color-e85150a465f34a45b60ac4bc667ab869

before after
image image

iNorthIsle avatar Dec 08 '21 13:12 iNorthIsle

Someone is attempting to deploy a commit to a Personal Account owned by @transitive-bullshit on Vercel.

@transitive-bullshit first needs to authorize it.

vercel[bot] avatar Dec 08 '21 13:12 vercel[bot]

Hey @iNorthIsle thanks for the PR 👋

I think I have the same feedback here as my comment on https://github.com/transitive-bullshit/nextjs-notion-starter-kit/pull/253#issuecomment-1089522007. tbh I'm not sure how to proceed since these colors weren't meant to match notion's.

Suggestions welcome.

transitive-bullshit avatar Apr 05 '22 23:04 transitive-bullshit

Matching Notion's colors would be the expected default. Maybe a way to easily override them from config could help, or simply point out where to change them in the code, using css variables might help as well with a dedicated theme.css file or something similar.

I'm not sure how difficult it is to use Site config variable within CSS with the current setup.

Vadorequest avatar Apr 06 '22 07:04 Vadorequest

Matching Notion's colors would be the expected default. Maybe a way to easily override them from config could help, or simply point out where to change them in the code, using css variables might help as well with a dedicated theme.css file or something similar.

I'm not sure how difficult it is to use Site config variable within CSS with the current setup.

I agree with U, Matching notion's default colors will be less confusing, and it also can be overridden by the site.config.js.

iNorthIsle avatar Apr 06 '22 10:04 iNorthIsle