Bug - LoginPage - Brand does not allow props passage down
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.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.