Skip to content

Commit 2a8fa93

Browse files
committed
Menu buttons styled correctly
1 parent 638f959 commit 2a8fa93

File tree

1 file changed

+14
-2
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.deployments

1 file changed

+14
-2
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.deployments/route.tsx

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,13 @@ function DeploymentActionsCell({
299299
{canRollback && (
300300
<Dialog>
301301
<DialogTrigger asChild>
302-
<Button variant="small-menu-item" LeadingIcon={ArrowUturnLeftIcon}>
302+
<Button
303+
variant="small-menu-item"
304+
LeadingIcon={ArrowUturnLeftIcon}
305+
leadingIconClassName="text-blue-500"
306+
fullWidth
307+
textAlignLeft
308+
>
303309
Rollback…
304310
</Button>
305311
</DialogTrigger>
@@ -313,7 +319,13 @@ function DeploymentActionsCell({
313319
{canRetryIndexing && (
314320
<Dialog>
315321
<DialogTrigger asChild>
316-
<Button variant="small-menu-item" LeadingIcon={ArrowPathIcon}>
322+
<Button
323+
variant="small-menu-item"
324+
LeadingIcon={ArrowPathIcon}
325+
leadingIconClassName="text-blue-500"
326+
fullWidth
327+
textAlignLeft
328+
>
317329
Retry indexing…
318330
</Button>
319331
</DialogTrigger>

0 commit comments

Comments
 (0)