Skip to content

Commit

Permalink
feat: Reduce inline code button size
Browse files Browse the repository at this point in the history
The default button size is too large and dominating for the context of
inline code within AI assistant responses.
  • Loading branch information
dcalhoun committed Jun 13, 2024
1 parent e62af25 commit dfe8582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/content-tab-assistant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const ActionButton = ( {
<Button
onClick={ handleClick }
variant="outlined"
className="mr-2 font-sans select-none"
className="h-auto mr-2 !px-2.5 py-0.5 font-sans select-none"
disabled={ disabled }
>
{ icon }
Expand Down

0 comments on commit dfe8582

Please sign in to comment.