wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
12.73k stars 1.13k forks source link

How to change the theme color, the default is yellow, how to change it to blue #2048

Closed StarrySeas1 closed 1 month ago

StarrySeas1 commented 1 month ago

Hello,

  1. The style of the project is controlled there. I want to change the theme color of the entire site to blue, which is now yellow.
  2. Does wasp provide sidebar components?
StarrySeas1 commented 1 month ago

I see a Sidebar component definition, but where are more component definitions queried?

const Sidebar = ({ sidebarOpen, setSidebarOpen }) => {
    const location = useLocation();
    const { pathname } = location;
    const trigger = useRef(null);
    ....
infomiho commented 1 month ago

I'd recommend we move to Discord for these kind of questions: https://discord.gg/rzdnErX in the #questions channel