- Add teal-brand (#01A1A2) color to Tailwind config - Hero: white bg, teal text, remove gradient circles/noise overlay, font-semibold - Sidebar: stacked logo, lime COMPLIANCE AI, flush-left active items, remove blue dots - ChecksOverview: remove gradient background and decorative blurs - Campaigns: white bg, primary-blue table text, font-semibold headings - Analytics: white bg, borderless shadow cards, sentence case headings - Auditing: white bg, font-semibold heading - Settings: white bg, remove tab container styling, flat cards, sentence case Proof types - Profile: white bg, flat layout, active-blue question button, design system colors - All page titles changed from font-bold to font-semibold Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| components | ||
| hooks | ||
| services | ||
| utils | ||
| App.tsx | ||
| constants.ts | ||
| index.html | ||
| index.tsx | ||
| metadata.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| types.ts | ||
| vite.config.ts | ||
Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1vH-R-vj0Xkk_g2ZFdHtLxNc12sFTOl2L
Run Locally
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev