I would like to override the main container styles if needed. (current use case is part of scale() which scales the container but offsets the image greatly.
import { HeroCard } from "dfk-hero-viewer";
<HeroCard hero={hero} isAnimated={true} isFlipped={false} sx={{}} />
I would like to override the main container styles if needed. (current use case is part of scale() which scales the container but offsets the image greatly.