We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e6b42 commit 2b89a4eCopy full SHA for 2b89a4e
1 file changed
apps/webapp/app/components/primitives/DateTimePicker.tsx
@@ -77,7 +77,7 @@ export function DateTimePicker({
77
return (
78
<div className={cn("flex items-center gap-2", className)}>
79
{showInlineLabel && (
80
- <span className="w-6 shrink-0 text-right text-xxs text-text-dimmed">{label}</span>
+ <span className="w-6 shrink-0 text-right text-xxs text-charcoal-500">{label}</span>
81
)}
82
<Popover open={open} onOpenChange={setOpen}>
83
<PopoverTrigger asChild>
0 commit comments