Skip to content

Commit

Permalink
Make round icons larger
Browse files Browse the repository at this point in the history
- [mobile] Photos in location list
- [desktop] Settings icon (background removed)
  • Loading branch information
ezwelty committed Dec 28, 2022
1 parent d77d862 commit 7b133e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/ui/CircleIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const CircleIcon = styled.div`
align-items: center;
background: ${({ backgroundColor }) => backgroundColor};
padding: 0;
width: 1.75rem;
height: 1.75rem;
width: 2.5rem;
height: 2.5rem;
box-sizing: border-box;
border-radius: 50%;
overflow: hidden;
Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/SettingsAccordion.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const SettingsAccordionButton = ({
<IndicatorAccordionButton {...props}>
<StyledListEntry
leftIcons={
<CircleIcon backgroundColor={theme.transparentOrange}>
<CircleIcon>
<LeftIcon color={theme.orange} />
</CircleIcon>
}
Expand Down

0 comments on commit 7b133e1

Please sign in to comment.