diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-25 19:01:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-25 19:01:16 -0600 |
commit | 32be661d87ab1cd25bfbb95cc41d3435f6fb0dee (patch) | |
tree | fa3433af69bc12389a489ef136427a1c8aff5871 /src/view/lib/assets.native.ts | |
parent | 67e9b3596d6690b4928206652db4a89d11870914 (diff) | |
download | voidsky-32be661d87ab1cd25bfbb95cc41d3435f6fb0dee.tar.zst |
Brand tuning: switch from "blueprint B" to "cloud imagery" (#96)
* Switch app icon to bluesky image * Update splash screen to clouds * Update login screen to use branding * Lighten the shadows in the brand imagery
Diffstat (limited to 'src/view/lib/assets.native.ts')
-rw-r--r-- | src/view/lib/assets.native.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/lib/assets.native.ts b/src/view/lib/assets.native.ts index 609f8e019..a2db553e7 100644 --- a/src/view/lib/assets.native.ts +++ b/src/view/lib/assets.native.ts @@ -2,3 +2,4 @@ import {ImageSourcePropType} from 'react-native' export const DEF_AVATAR: ImageSourcePropType = require('../../../public/img/default-avatar.jpg') export const TABS_EXPLAINER: ImageSourcePropType = require('../../../public/img/tabs-explainer.jpg') +export const CLOUD_SPLASH: ImageSourcePropType = require('../../../public/img/cloud-splash.png') |