샤드시옌으로 쫙 수정
This commit is contained in:
@@ -406,8 +406,8 @@ ORDER BY 하위부서수 DESC`,
|
||||
<div
|
||||
className={`flex items-center gap-2 rounded-md p-2 text-xs ${
|
||||
testResult.success
|
||||
? "bg-green-50 text-green-700"
|
||||
: "bg-red-50 text-red-700"
|
||||
? "bg-success/10 text-success"
|
||||
: "bg-destructive/10 text-destructive"
|
||||
}`}
|
||||
>
|
||||
{testResult.success ? (
|
||||
@@ -491,12 +491,12 @@ ORDER BY 하위부서수 DESC`,
|
||||
}[type];
|
||||
|
||||
const typeColor = {
|
||||
number: "text-blue-600 bg-blue-50",
|
||||
string: "text-gray-600 bg-gray-50",
|
||||
date: "text-purple-600 bg-purple-50",
|
||||
boolean: "text-green-600 bg-green-50",
|
||||
object: "text-orange-600 bg-orange-50",
|
||||
unknown: "text-gray-400 bg-gray-50"
|
||||
number: "text-primary bg-primary/10",
|
||||
string: "text-foreground bg-muted",
|
||||
date: "text-purple-500 bg-purple-500/10",
|
||||
boolean: "text-success bg-success/10",
|
||||
object: "text-warning bg-warning/10",
|
||||
unknown: "text-muted-foreground bg-muted"
|
||||
}[type];
|
||||
|
||||
return (
|
||||
@@ -527,7 +527,7 @@ ORDER BY 하위부서수 DESC`,
|
||||
h-4 w-4 rounded border-2 flex items-center justify-center transition-colors
|
||||
${isSelected
|
||||
? "border-primary bg-primary"
|
||||
: "border-gray-300 bg-background"
|
||||
: "border-border bg-background"
|
||||
}
|
||||
`}>
|
||||
{isSelected && (
|
||||
|
||||
Reference in New Issue
Block a user