fix(settings): normalize all Workspace tabs to design standards

This commit is contained in:
Usman Baig
2026-03-25 22:24:11 +01:00
parent 9893b283cf
commit e7b8943097
5 changed files with 67 additions and 73 deletions

View File

@@ -74,7 +74,7 @@ export default function WorkspaceNotificationsTab({ onDirtyChange, onRegisterSav
))}
{(!data?.categories || data.categories.length === 0) && (
<p className="text-sm text-neutral-500 text-center py-6">No notification preferences available.</p>
<p className="text-sm text-neutral-500 text-center py-8">No notification preferences available.</p>
)}
</div>
</div>