There was an error while loading. Please reload this page.
1 parent 6b1d733 commit ccf1ce7Copy full SHA for ccf1ce7
1 file changed
apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/action-bar/action-bar.tsx
@@ -249,7 +249,6 @@ export const ActionBar = memo(
249
actionId === 'run' &&
250
isRunning && [
251
'!bg-[var(--text-secondary)] !text-[var(--text-inverse)]',
252
- 'dark:!bg-[var(--surface-4)] dark:!text-[var(--text-primary)]',
253
'hover-hover:!bg-[var(--white)] hover-hover:!text-[var(--surface-inverted)]',
254
'dark:hover-hover:!bg-[var(--surface-4)] dark:hover-hover:!text-[var(--text-primary)]',
255
'focus-visible:!bg-[var(--white)] focus-visible:!text-[var(--surface-inverted)]',
0 commit comments