My main page.tsx
<div className={`bg-[#${mainColor}] p-[6px] rounded-md`}>
<DataObjectIcon sx={{ fontSize: 27, color: "white" }} />
</div>
And here’s the Colors.tsx
export const mainColor = "8338ec";
New contributor
Vikas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.