diff --git a/src/styles/utils/index.ts b/src/styles/utils/index.ts index 8fc8a83f357d..21af5398232f 100644 --- a/src/styles/utils/index.ts +++ b/src/styles/utils/index.ts @@ -1486,6 +1486,7 @@ const createStyleUtils = (theme: ThemeColors, styles: ThemeStyles) => ({ ...(isDisabled && styles.buttonOpacityDisabled), }), + // TODO: remove it when we'll implement the callback to handle this toggle in Expensify/Expensify#368335 getWorkspaceWorkflowsOfflineDescriptionStyle: (descriptionTextStyle: TextStyle | TextStyle[]): StyleProp => ({ ...StyleSheet.flatten(descriptionTextStyle), opacity: styles.opacitySemiTransparent.opacity,