Skip to content

Commit 1e80dd9

Browse files
committed
fix(workflows): theme running stop hover in dark mode
1 parent cce22de commit 1e80dd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/action-bar

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/action-bar/action-bar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,9 @@ export const ActionBar = memo(
251251
'!bg-[var(--text-secondary)] !text-[var(--text-inverse)]',
252252
'dark:!bg-[var(--surface-4)] dark:!text-[var(--text-primary)]',
253253
'hover-hover:!bg-[var(--white)] hover-hover:!text-[var(--surface-inverted)]',
254-
'dark:hover-hover:!bg-[var(--white)] dark:hover-hover:!text-[var(--surface-inverted)]',
254+
'dark:hover-hover:!bg-[var(--surface-4)] dark:hover-hover:!text-[var(--text-primary)]',
255255
'focus-visible:!bg-[var(--white)] focus-visible:!text-[var(--surface-inverted)]',
256-
'dark:focus-visible:!bg-[var(--white)] dark:focus-visible:!text-[var(--surface-inverted)]',
256+
'dark:focus-visible:!bg-[var(--surface-4)] dark:focus-visible:!text-[var(--text-primary)]',
257257
],
258258
isSwell &&
259259
actionId === firstActionId &&

0 commit comments

Comments
 (0)