File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.queues Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ function EnvironmentPauseResumeButton({
486486 < DialogTrigger asChild >
487487 < Button
488488 type = "button"
489- variant = "tertiary /small"
489+ variant = "secondary /small"
490490 LeadingIcon = { env . paused ? PlayIcon : PauseIcon }
491491 leadingIconClassName = { env . paused ? "text-success" : "text-amber-500" }
492492 >
@@ -495,7 +495,7 @@ function EnvironmentPauseResumeButton({
495495 </ DialogTrigger >
496496 </ div >
497497 </ TooltipTrigger >
498- < TooltipContent side = "right" className = { "text-xs" } >
498+ < TooltipContent className = { "text-xs" } >
499499 { env . paused
500500 ? `Resume processing runs in ${ environmentFullTitle ( env ) } .`
501501 : `Pause processing runs in ${ environmentFullTitle ( env ) } .` }
You can’t perform that action at this time.
0 commit comments