diff --git a/src/components/DimensionsPanel/List/styles/RecommendedIcon.style.js b/src/components/DimensionsPanel/List/styles/RecommendedIcon.style.js index 936b5421d..c0a2bea69 100644 --- a/src/components/DimensionsPanel/List/styles/RecommendedIcon.style.js +++ b/src/components/DimensionsPanel/List/styles/RecommendedIcon.style.js @@ -24,5 +24,6 @@ export const styles = { flexDirection: 'column', justifyContent: 'center', paddingLeft: '8px', + cursor: 'pointer', }, }