Skip to content

Commit

Permalink
style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kielbasa-elp committed Sep 12, 2024
1 parent 587cc2b commit 0bc047d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function ReceiptsListItem({ data, onDelete }: ReceiptsListItemProps) {
};

return (
<article className="border border-input rounded-lg px-3 py-2 flex flex-col gap-2">
<article className="border border-input rounded-xl px-3 py-3 flex flex-col gap-3">
<header className="flex gap-2 justify-between">
<div className="flex gap-2 items-center">
<Avatar content={data.author.email.slice(0, 2)} size="sm" />
Expand All @@ -87,7 +87,7 @@ function ReceiptsListItem({ data, onDelete }: ReceiptsListItemProps) {

<div className="flex" onClick={(e) => e.preventDefault()}>
<Dropdown>
<DropdownTrigger />
<DropdownTrigger size="xxs" />

<DropdownContent>
<DropdownItem
Expand Down

0 comments on commit 0bc047d

Please sign in to comment.