Skip to content

Commit

Permalink
Make UserViews take up the full width
Browse files Browse the repository at this point in the history
  • Loading branch information
mybearworld committed Jul 27, 2024
1 parent e20f2f0 commit 3c8b4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UserView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const UserView = forwardRef<HTMLButtonElement, UserViewProps>(
<button
ref={ref}
className={twMerge(
"flex items-center bg-white px-2 py-1 dark:bg-gray-950",
"flex w-full items-center bg-white px-2 py-1 dark:bg-gray-950",
props.secondary ?
"bg-white dark:bg-gray-900"
: "bg-white dark:bg-gray-950",
Expand Down

0 comments on commit 3c8b4a4

Please sign in to comment.