Skip to content

Commit 5227df7

Browse files
fhlavacInsaneZein
authored andcommitted
Update packages/module/src/WarningModal/WarningModal.tsx
1 parent 89a3d95 commit 5227df7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/module/src/WarningModal/WarningModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export interface WarningModalProps extends Omit<ModalProps, 'ref'> {
1212
withCheckbox?: boolean;
1313
/** Custom checkbox label */
1414
checkboxLabel?: string;
15-
/** Whether confirm button will show up as red or not */
15+
/** Visual variant of the confirm button */
1616
confirmButtonVariant?: boolean;
1717
}
1818

0 commit comments

Comments
 (0)