Skip to content

Commit

Permalink
add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lakchote committed Feb 23, 2024
1 parent b4dab19 commit fc0aa46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<TextStyle> => ({
...StyleSheet.flatten(descriptionTextStyle),
opacity: styles.opacitySemiTransparent.opacity,
Expand Down

0 comments on commit fc0aa46

Please sign in to comment.