diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-11-27 14:41:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-27 14:41:18 +0000 |
commit | 6a29296ae0a1207a54323cc20fad1acdec8cba03 (patch) | |
tree | ccfbbe623158ebf57f1d45ccba684a4ca2c12402 /src/alf/atoms.ts | |
parent | c7d57b63744db040e6790625de7029afdd7387eb (diff) | |
download | voidsky-6a29296ae0a1207a54323cc20fad1acdec8cba03.tar.zst |
[Subs] Custom app icons (#6758)
* custom icons * rm default * clouds.jpg * use cross-platform fork * minor fixes for android * update dynamic icon lib * gate app icon settings behind discover debug dids * rename clouds * Bop it * Update default ios icon as well * Remove old icon * Update logo placement * update to latest expo-dynamic-app-icon * fix android icon sizes --------- Co-authored-by: Eric Bailey <git@esb.lol>
Diffstat (limited to 'src/alf/atoms.ts')
-rw-r--r-- | src/alf/atoms.ts | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/alf/atoms.ts b/src/alf/atoms.ts index fe8cf9a78..1f08eb7e1 100644 --- a/src/alf/atoms.ts +++ b/src/alf/atoms.ts @@ -1,7 +1,7 @@ import {Platform, StyleProp, StyleSheet, ViewStyle} from 'react-native' import * as tokens from '#/alf/tokens' -import {native, web} from '#/alf/util/platform' +import {ios, native, web} from '#/alf/util/platform' export const atoms = { debug: { @@ -312,6 +312,12 @@ export const atoms = { border_r: { borderRightWidth: StyleSheet.hairlineWidth, }, + curve_circular: ios({ + borderCurve: 'circular', + }), + curve_continuous: ios({ + borderCurve: 'continuous', + }), /* * Shadow |