Skip to content

Commit d9866d8

Browse files
samejrclaude
andcommitted
fix(webapp): step the Customize button and theme select down a size
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 3037a21 commit d9866d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps/webapp/app/routes/account._index

apps/webapp/app/routes/account._index/route.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ function CustomizeSidebarButton({
316316
}}
317317
>
318318
<DialogTrigger asChild>
319-
<Button variant="secondary/medium">Customize</Button>
319+
<Button variant="secondary/small">Customize</Button>
320320
</DialogTrigger>
321321
{/* Mounted only while open so the modal re-seeds from current preferences each time */}
322322
{isOpen && (
@@ -514,7 +514,7 @@ export default function Page() {
514514
{ method: "post" }
515515
);
516516
}}
517-
variant="secondary/medium"
517+
variant="secondary/small"
518518
dropdownIcon
519519
items={ALL_THEME_OPTIONS.map((option) => option.value)}
520520
text={(value) => (

0 commit comments

Comments
 (0)