Skip to content

Commit

Permalink
Fix(web): Modification by feedback : cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
FabPARKJAESUNG committed Jun 27, 2023
1 parent f5e8f15 commit 3b581c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/beta/components/SettingsButtons/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 3b581c5

Please sign in to comment.