Update various components

This commit is contained in:
jeffvli
2022-11-12 18:44:51 -08:00
parent 79fae63aaf
commit 8353640d05
8 changed files with 205 additions and 133 deletions
@@ -73,7 +73,7 @@ export const ActivityMenu = () => {
{isTaskRunning ? (
<StyledActivitySvg color="var(--primary-color)" size={15} />
) : (
<FiActivity size={15} />
<FiActivity color="var(--titlebar-fg)" size={15} />
)}
</Button>
</Popover.Target>