Skip to content

Commit

Permalink
feat: add styling props to section
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-eggo committed Dec 12, 2024
1 parent 173f703 commit 8119454
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { styled } from 'leather-styles/jsx';
import { BoxProps, styled } from 'leather-styles/jsx';

import { HasChildren } from '../../../utils/has-children.shared';
import { useRegisterApproverChild } from '../approver-context.shared';

export function ApproverSection(props: HasChildren) {
export function ApproverSection(props: HasChildren & BoxProps) {
useRegisterApproverChild('section');
return (
<styled.section
Expand Down

0 comments on commit 8119454

Please sign in to comment.