Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Dec 5, 2024
1 parent 56b3694 commit 059b8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/src/components/atoms/Heading/Heading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export type HeadingProps = {
/** CSS property of text-transform */
transform?: React.CSSProperties['textTransform']
level?: '1' | '2'
color: Color
color?: Color
} &
Omit<NativeDivAttributes, 'color'>

Expand Down

0 comments on commit 059b8d3

Please sign in to comment.