Skip to content

Commit

Permalink
Update packages/lab/src/dialog/DialogTitle.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: feliciackh <54270624+feliciackh@users.noreply.github.com>
  • Loading branch information
ZarkoPernar and feliciackh authored Aug 8, 2023
1 parent ca1bfd1 commit 9afb5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lab/src/dialog/DialogTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import dialogTitleCss from "./DialogTitle.css";

const withBaseName = makePrefixer("saltDialogTitle");

interface DialogTitleProps extends ComponentPropsWithoutRef<"h1"> {
interface DialogTitleProps extends ComponentPropsWithoutRef<"h2"> {
status?: ValidationStatus;
accent?: boolean;
}
Expand Down

0 comments on commit 9afb5a1

Please sign in to comment.