Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/(shell)/clients/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function ClientsHubPage() {
<ArrowRight
size={16}
aria-hidden
className="text-stone-500 transition-transform group-hover:translate-x-0.5 group-hover:text-amber-300"
className="text-stone-400 transition-transform group-hover:translate-x-0.5 group-hover:text-amber-300"
/>
</span>
<span className="text-sm text-stone-400">{body}</span>
Expand Down
2 changes: 1 addition & 1 deletion app/(shell)/onboarding/StarterOnboardingWizard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ export function StarterOnboardingWizard({
value={companyUrl}
onChange={(event) => setCompanyUrl(event.target.value)}
placeholder="yourbusiness.com"
className="w-full rounded-lg border border-stone-700 bg-stone-950/70 px-3.5 py-2.5 text-sm text-stone-100 placeholder:text-stone-500 focus-visible:border-amber-400/70 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-amber-400/30"
className="w-full rounded-lg border border-stone-700 bg-stone-950/70 px-3.5 py-2.5 text-sm text-stone-100 placeholder:text-stone-400 focus-visible:border-amber-400/70 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-amber-400/30"
/>
<p className="text-xs text-stone-400">
We only read your public website to draft a first brief, nothing is sent to your clients.
Expand Down
2 changes: 1 addition & 1 deletion components/dashboard/VulnerabilityMatrix.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export function VulnerabilityMatrix() {
<span className="text-[10px] font-bold text-stone-950/40 uppercase tracking-wide">
Status
</span>
<span className="text-xs font-bold text-stone-500">
<span className="text-xs font-bold text-stone-400">
Not yet run
</span>
</div>
Expand Down