File tree Expand file tree Collapse file tree
apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/action-bar Expand file tree Collapse file tree Original file line number Diff line number Diff 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 &&
You can’t perform that action at this time.
0 commit comments