Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
petertgiles committed Oct 2, 2024
1 parent c579ba3 commit 19e0cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/TaskCard/TaskCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ interface ItemProps {
const Item = ({ children }: ItemProps) => {
return (
<div
// no bottom padding on last child
// less bottom padding on last child
data-h2-padding-bottom="base:selectors[:last-child](x0.25)"
data-h2-padding="base(x1) p-tablet(x1 x1.5)"
data-h2-border-bottom="base:selectors[:not(:last-child)](1px solid gray.lighter)"
Expand Down

0 comments on commit 19e0cbd

Please sign in to comment.