UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: внешний контур, auth empty state и HDESIGN update
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
import { Layers3 } from "lucide-react";
|
||||
import { Inbox } from "lucide-react";
|
||||
import { cn } from "@plane/utils";
|
||||
|
||||
type Props = {
|
||||
@@ -19,7 +19,7 @@ export const ExternalContoursEmptyState = (props: Props) => {
|
||||
return (
|
||||
<div className={cn("nodedc-external-empty-state", compact ? "max-w-md" : "max-w-sm")}>
|
||||
<div className={cn("nodedc-external-empty-media", compact ? "size-22" : "size-24")}>
|
||||
<Layers3 className={cn(compact ? "size-10" : "size-11")} strokeWidth={1.6} />
|
||||
<Inbox className={cn("block shrink-0", compact ? "size-9" : "size-10")} strokeWidth={1.6} />
|
||||
</div>
|
||||
<div className="space-y-2">
|
||||
<h3 className={cn("font-semibold text-primary", compact ? "text-16" : "text-18")}>{title}</h3>
|
||||
|
||||
Reference in New Issue
Block a user