diff --git a/web/src/beta/components/SettingsButtons/index.tsx b/web/src/beta/components/SettingsButtons/index.tsx index f1dff8460b..20ede6385b 100644 --- a/web/src/beta/components/SettingsButtons/index.tsx +++ b/web/src/beta/components/SettingsButtons/index.tsx @@ -39,12 +39,14 @@ const Wrapper = styled.div` const StyledMainIcon = styled(Icon)` padding: 2px; + cursor: pointer; `; const StyledSubIcon = styled(Icon)` padding: 4px; justify-items: center; border-left: 0.5px solid ${props => props.theme.general.content.strong}; + cursor: pointer; `; export default SettingsButtons;