Skip to content

Commit

Permalink
Merge pull request #91 from abusix/ahq2-34-hailstorm-change-disclosur…
Browse files Browse the repository at this point in the history
…e-height-from-fixed-to-calculated

fix(components): increase padding and remove fixed height
  • Loading branch information
mnlfischer authored Jan 18, 2024
2 parents 60db54e + b5d763f commit 96750ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/disclosure/disclosure.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface DisclosureButtonProps extends React.ComponentPropsWithoutRef<"button">
const DisclosureButton = ({ children, ...props }: DisclosureButtonProps) => {
return (
<HeadlessUiDisclosure.Button
className="headline-300 flex h-10 w-full items-center justify-between border-b border-neutral-300 bg-neutral-50 py-1 pl-3 pr-5 text-left text-neutral-900"
className="headline-300 flex h-10 w-full items-center justify-between border-b border-neutral-300 bg-neutral-50 py-3 pl-3 pr-5 text-left text-neutral-900"
{...props}
>
{({ open }) => (
Expand Down

0 comments on commit 96750ae

Please sign in to comment.