File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
app/components/settings/onboarding Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export default function ProjectList({
5151 < div >
5252 < button
5353 onClick = { onBack }
54- className = "text-sm text-text-secondary hover:text-text-primary mb-6 flex items-center gap-1 transition-colors"
54+ className = "text-sm text-text-secondary hover:text-text-primary mb-4 flex items-center gap-1 transition-colors cursor-pointer "
5555 >
5656 < ArrowLeftIcon className = "w-3.5 h-3.5" /> Back to organizations
5757 </ button >
Original file line number Diff line number Diff line change @@ -91,9 +91,12 @@ export default function UserList({
9191
9292 return (
9393 < div >
94- < Button variant = "ghost" size = "sm" onClick = { onBack } >
94+ < button
95+ onClick = { onBack }
96+ className = "text-sm text-text-secondary hover:text-text-primary mb-4 flex items-center gap-1 transition-colors cursor-pointer"
97+ >
9598 < ArrowLeftIcon className = "w-3.5 h-3.5" /> Back to projects
96- </ Button >
99+ </ button >
97100
98101 < div className = "flex items-center justify-between mb-4" >
99102 < div >
You can’t perform that action at this time.
0 commit comments