Zio: add smol logo

zio/stable
Ducky 2024-09-03 20:59:04 +01:00
parent 78c6548334
commit 803b479b48
2 changed files with 5 additions and 1 deletions

BIN
assets/zio_smol.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -48,7 +48,11 @@ export const Logo = React.forwardRef(function LogoImpl(props: Props, ref) {
return (
<Image
source={require('../../../assets/zio.png')}
source={
size > 100
? require('../../../assets/zio.png')
: require('../../../assets/zio_smol.png')
}
accessibilityLabel="Zio Blue"
accessibilityHint=""
accessibilityIgnoresInvertColors