general: passing up inverse

This commit is contained in:
2026-01-13 21:24:25 -05:00
parent 48f01b6171
commit 6325f963ed
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ export interface SpinnerProps {
size?: "sm" | "md" | "lg" | "xl" | number;
class?: string;
"aria-label"?: string;
inverse: boolean;
inverse?: boolean;
}
const sizeMap = {