pln-planning-tools / Starmap

Roadmap Planning Tool
https://starmap.site
Other
20 stars 8 forks source link

fix: migrate /components/theme/constants.ts to /pages/_app.tsx #370

Open SgtPooki opened 1 year ago

SgtPooki commented 1 year ago

All of the variables/colors used in https://github.com/pln-planning-tools/Starmap/blob/be391028ce5d1cedb0ebe6015417f6a83d849b45/components/theme/constants.ts#L1-L58

should be migrated to https://github.com/pln-planning-tools/Starmap/blob/be391028ce5d1cedb0ebe6015417f6a83d849b45/pages/_app.tsx#L12-L43

and used similar to how spotLightBlue is used. See https://github.com/search?q=repo%3Apln-planning-tools%2FStarmap%20spotLightBlue&type=code

SgtPooki commented 1 year ago

related to #368