Solutionunvalidated
Either replace `bg-dark-1` with an existing Tailwind background class (e.g., `bg-slate-950`) or define the custom color in `tailwind.config.js` (e.g., `theme.colors.dark[1] = '#...'`) so Tailwind generates the `bg-dark-1` utility.
5ddbaee4-606d-4174-9c48-44730d7a57f0
Either replace bg-dark-1 with an existing Tailwind background class (e.g., bg-slate-950) or define the custom color in tailwind.config.js (e.g., theme.colors.dark[1] = '#...') so Tailwind generates the bg-dark-1 utility.