From a0331f253f470a500a2cf949873eb36afb9ce664 Mon Sep 17 00:00:00 2001 From: allgandalf Date: Wed, 6 Aug 2025 13:00:11 +0530 Subject: [PATCH] fix broken workflow on main --- src/styles/index.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/styles/index.ts b/src/styles/index.ts index 7c9650c98aa4..40c481e9784c 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -3089,10 +3089,6 @@ const styles = (theme: ThemeColors) => transform: `rotate(180deg)`, }, - mirror: { - transform: `scaleX(-1)`, - }, - navigationScreenCardStyle: { backgroundColor: theme.appBG, height: '100%',