diff --git a/src/styles/styles.js b/src/styles/styles.js index 3caf0eba0556..50826bb7f50c 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -2020,15 +2020,6 @@ const styles = { flexDirection: 'row', }, - attachmentModalArrowsIcon: { - height: variables.iconSizeNormal + 10, - width: variables.iconSizeNormal + 10, - borderRadius: variables.iconSizeNormal + 10, - paddingTop: 5, - paddingLeft: 5, - backgroundColor: 'lightgrey', - }, - detailsPageSectionVersion: { alignSelf: 'center', color: themeColors.textSupporting,