mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
style: workspace sidebar theming
This commit is contained in:
parent
8a9ae237ac
commit
ee52b96b4f
@ -180,7 +180,9 @@ export const ProjectSidebarList: FC = () => {
|
|||||||
) : (
|
) : (
|
||||||
<div className="space-y-3 text-center">
|
<div className="space-y-3 text-center">
|
||||||
{!sidebarCollapse && (
|
{!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
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
Loading…
Reference in New Issue
Block a user