Skip to content

Commit

Permalink
chore: remove comment, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thekidnamedkd committed Jan 22, 2025
1 parent 3b0fb52 commit c29c034
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/core/components/dialogs/dialog/dialogRoot/dialogRoot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ export const DialogRoot: React.FC<IDialogRootProps> = (props) => {
overlayClassName,
);

// const sizeClassNames = responsiveUtils.generateClassNames(size, {}, responsiveSizeDialogClassNames);

// The backdraw is a flex container that fills the screen while aligning
// and constraining the dialog vertically based on the viewport size.
const backdrawClassNames = classNames(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export type DialogAlertVariant = 'critical' | 'info' | 'success' | 'warning';
export interface IDialogAlertRootProps
extends Omit<IDialogRootProps, 'modal' | 'onInteractOutside' | 'onPointerDownOutside'> {
/**
* The visual style variant of the dialog.
* The visual style variant of the dialog alert.
* @default info
*/
variant?: DialogAlertVariant;
Expand Down

0 comments on commit c29c034

Please sign in to comment.