Skip to content

Commit

Permalink
Make compose button to be the same size as aside avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelfan committed Oct 29, 2024
1 parent ad57241 commit c8ac74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/actions/composeButton/ComposeButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function ComposeButton(props: Props) {
return (
<button
onClick={() => openComposer({ mention: userHandle })}
className="bg-primary text-skin-inverted flex items-center gap-2 rounded-full font-semibold hover:brightness-95 p-3.5 lg:px-3 lg:py-2"
className="bg-primary text-skin-inverted flex items-center gap-2 rounded-full font-semibold hover:brightness-95 p-2 lg:px-3 lg:py-2"
>
<RiQuillPenFill className="text-skin-icon-inverted text-2xl" />
<span className="text-skin-icon-inverted hidden lg:inline">Post</span>
Expand Down

0 comments on commit c8ac74e

Please sign in to comment.