Skip to content

Commit ccf1ce7

Browse files
committed
fix(workflows): blend running loader into execution swell
1 parent 6b1d733 commit ccf1ce7

1 file changed

Lines changed: 0 additions & 1 deletion

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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ export const ActionBar = memo(
249249
actionId === 'run' &&
250250
isRunning && [
251251
'!bg-[var(--text-secondary)] !text-[var(--text-inverse)]',
252-
'dark:!bg-[var(--surface-4)] dark:!text-[var(--text-primary)]',
253252
'hover-hover:!bg-[var(--white)] hover-hover:!text-[var(--surface-inverted)]',
254253
'dark:hover-hover:!bg-[var(--surface-4)] dark:hover-hover:!text-[var(--text-primary)]',
255254
'focus-visible:!bg-[var(--white)] focus-visible:!text-[var(--surface-inverted)]',

0 commit comments

Comments
 (0)