remix-run / react-router-website

The React Router website
https://reactrouter.com
MIT License
152 stars 35 forks source link

Make dark scroll bar in dark theme #67

Closed rakleed closed 1 year ago

rakleed commented 1 year ago

Make dark scroll bar in dark theme in Chromium-based browsers

rakleed commented 1 year ago

@MichaelDeBoey could you take a look please?

MichaelDeBoey commented 1 year ago

@rakleed Could you please rebase your branch onto latest main and resolve conflicts?

rakleed commented 1 year ago

@MichaelDeBoey done.

MichaelDeBoey commented 1 year ago

@rakleed It seems something went wrong while rebasing Could you run the following command?

git checkout patch-1 && git fetch -p && git pull && git rebase main && git push -f
rakleed commented 1 year ago

@MichaelDeBoey done, it looks like everything is correct now.