新增 AI 解析、評分結果
This commit is contained in:
@@ -11,7 +11,7 @@ const Progress = React.forwardRef<
|
||||
>(({ className, value, ...props }, ref) => (
|
||||
<ProgressPrimitive.Root
|
||||
ref={ref}
|
||||
className={cn("relative h-4 w-full overflow-hidden rounded-full bg-secondary", className)}
|
||||
className={cn("relative h-4 w-full overflow-hidden rounded-full bg-gray-200", className)}
|
||||
{...props}
|
||||
>
|
||||
<ProgressPrimitive.Indicator
|
||||
|
Reference in New Issue
Block a user