about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/view/com/util/load-latest/LoadLatestBtn.tsx6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/view/com/util/load-latest/LoadLatestBtn.tsx b/src/view/com/util/load-latest/LoadLatestBtn.tsx
index 095ebea44..57c3baa5b 100644
--- a/src/view/com/util/load-latest/LoadLatestBtn.tsx
+++ b/src/view/com/util/load-latest/LoadLatestBtn.tsx
@@ -74,14 +74,12 @@ const styles = StyleSheet.create({
   loadLatestTablet: {
     // @ts-ignore web only
     left: '50vw',
-    // @ts-ignore web only -prf
-    transform: 'translateX(-282px)',
+    transform: [{translateX: -282}],
   },
   loadLatestDesktop: {
     // @ts-ignore web only
     left: '50vw',
-    // @ts-ignore web only -prf
-    transform: 'translateX(-382px)',
+    transform: [{translateX: -382}],
   },
   indicator: {
     position: 'absolute',