about summary refs log tree commit diff
path: root/src/alf/tokens.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/alf/tokens.ts')
-rw-r--r--src/alf/tokens.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/alf/tokens.ts b/src/alf/tokens.ts
index 0208945ee..d43d2b67d 100644
--- a/src/alf/tokens.ts
+++ b/src/alf/tokens.ts
@@ -1,3 +1,7 @@
+import {Platform} from 'react-native'
+
+export const TRACKING = Platform.OS === 'android' ? 0.1 : 0
+
 export const color = {
   temp_purple: 'rgb(105 0 255)',
   temp_purple_dark: 'rgb(83 0 202)',