fix(ui) Set explicit height on logo images to fix render bug (#9344)

This commit is contained in:
Chris Collins 2023-11-29 13:52:26 -05:00 committed by GitHub
parent f8db90926e
commit fe444aff26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ import { HomePageButton } from './components';
const PlatformLogo = styled(Image)`
max-height: 32px;
height: 32px;
width: auto;
object-fit: contain;
background-color: transparent;