We utilize Tailwind CSS for all styling.
- Avoid writing custom CSS in
globals.cssunless absolutely necessary. - We have extended the Tailwind config with custom brand colors. Use
bg-aegis-brand,text-aegis-dark, andtext-aegis-accentto maintain brand consistency.
Any flow that ends in a signed transaction (transfers, minting, compliance updates, admin actions) must reuse the shared components in src/components/transactions/ instead of building its own review screen, spinner or success alert. See Transaction Review & Receipt Components.
- Create a new
.tsxfile in thesrc/pages/directory. Next.js will automatically route it. - Ensure you wrap the page content appropriately and import necessary components.