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({
486
486
< DialogTrigger asChild >
487
487
< Button
488
488
type = "button"
489
- variant = "tertiary /small"
489
+ variant = "secondary /small"
490
490
LeadingIcon = { env . paused ? PlayIcon : PauseIcon }
491
491
leadingIconClassName = { env . paused ? "text-success" : "text-amber-500" }
492
492
>
@@ -495,7 +495,7 @@ function EnvironmentPauseResumeButton({
495
495
</ DialogTrigger >
496
496
</ div >
497
497
</ TooltipTrigger >
498
- < TooltipContent side = "right" className = { "text-xs" } >
498
+ < TooltipContent className = { "text-xs" } >
499
499
{ env . paused
500
500
? `Resume processing runs in ${ environmentFullTitle ( env ) } .`
501
501
: `Pause processing runs in ${ environmentFullTitle ( env ) } .` }
You can’t perform that action at this time.
0 commit comments