Skip to content

Commit e544188

Browse files
committed
Date Time filters have secondary style cancel button for consistency
1 parent a9e32fb commit e544188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/runs/v3/SharedFilters.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ export function TimeDropdown({
871871
{/* Action buttons */}
872872
<div className="flex justify-between gap-1 border-t border-grid-bright px-0 pt-3">
873873
<Button
874-
variant="tertiary/small"
874+
variant="secondary/small"
875875
onClick={(e) => {
876876
e.preventDefault();
877877
setFromValue(from);

0 commit comments

Comments
 (0)