Skip to content

Commit

Permalink
fix radius of input card heading
Browse files Browse the repository at this point in the history
  • Loading branch information
tytremblay committed Jan 14, 2025
1 parent 8df78ca commit 26d39e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/inputs/InputCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function InputCard(
) {
return (
<Card>
<div className="flex justify-between bg-secondary px-1 items-center rounded-t-lg">
<div className="flex justify-between bg-secondary px-1 items-center rounded-t-xl">
<div className="flex gap-2 ">
{props.required && !props.hasValue && (
<TriangleAlert className="text-primary animate-pulse size-4" />
Expand Down

0 comments on commit 26d39e4

Please sign in to comment.