chore: tweak accent color

This commit is contained in:
Steven
2024-01-03 23:30:28 +08:00
parent 96140f3875
commit c58851bc97
7 changed files with 21 additions and 10 deletions

View File

@ -196,7 +196,7 @@ const MemoView: React.FC<Props> = (props: Props) => {
<>
<Icon.Dot className="w-4 h-auto text-gray-400 dark:text-zinc-400" />
<Tooltip title={"Pinned"} placement="top">
<Icon.Bookmark className="w-4 h-auto text-green-600" />
<Icon.Bookmark className="w-4 h-auto text-amber-500" />
</Tooltip>
</>
)}