Improve version history icon to better represent document versions (#SKY-7370) (#4640)

This commit is contained in:
Celal Zamanoglu
2026-02-05 20:21:44 +03:00
committed by GitHub
parent 1e29d3119a
commit 4c760f08bc
2 changed files with 38 additions and 2 deletions

View File

@@ -3,7 +3,6 @@ import {
BookmarkIcon,
ChevronDownIcon,
ChevronUpIcon,
ClockIcon,
CodeIcon,
CopyIcon,
PlayIcon,
@@ -13,6 +12,7 @@ import { useEffect, useRef, useState } from "react";
import { useNavigate, useParams } from "react-router-dom";
import { SaveIcon } from "@/components/icons/SaveIcon";
import { BrowserIcon } from "@/components/icons/BrowserIcon";
import { VersionHistoryIcon } from "@/components/icons/VersionHistoryIcon";
import { Button } from "@/components/ui/button";
import {
Tooltip,
@@ -386,7 +386,7 @@ function WorkflowHeader({
onHistory?.();
}}
>
<ClockIcon className="size-6" />
<VersionHistoryIcon size={24} />
</Button>
</TooltipTrigger>
<TooltipContent>History</TooltipContent>