style: workspace sidebar theming

This commit is contained in:
anmolsinghbhatia 2023-05-01 16:05:53 +05:30
parent 8a9ae237ac
commit ee52b96b4f

View File

@ -180,7 +180,9 @@ export const ProjectSidebarList: FC = () => {
) : (
<div className="space-y-3 text-center">
{!sidebarCollapse && (
<h4 className="text-sm text-gray-700">You don{"'"}t have any project yet</h4>
<h4 className="text-sm text-brand-secondary">
You don{"'"}t have any project yet
</h4>
)}
<button
type="button"