feat: rename ModalProps heavy property to obscure

This commit is contained in:
SauceyRed 2025-07-13 04:09:24 +02:00
parent cf32b62ae7
commit 287a6415c9
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7

View file

@ -94,7 +94,7 @@ export interface DropdownOption {
export interface ModalProps {
title?: string,
heavy?: boolean,
obscure?: boolean,
onClose?: () => void,
onCancel?: () => void
}