Describe the problem
Guillaume Moutier reports that he wants to make the brand bigger on the login page. While Brand does allow you to pass heights and widths, the LoginPage does not allow props passage to the Brand component it specifies: https://github.com/patternfly/patternfly-react/blob/main/packages/react-core/src/components/LoginPage/LoginPage.tsx#L68
How do you reproduce the problem?
Look at https://github.com/patternfly/patternfly-react/blob/main/packages/react-core/src/components/LoginPage/LoginPage.tsx#L68. No props can be passed to Brand except the defined ones.
Expected behavior
Allow props passage down to Brand.
Is this issue blocking you?
Advised consumer he can probably use CSS instead.