Skip to content

Commit

Permalink
update icon size to 48x48
Browse files Browse the repository at this point in the history
  • Loading branch information
gijoe0295 committed Dec 2, 2024
1 parent 2118474 commit 9e8896a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/HoldMenuSectionList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ function HoldMenuSectionList() {
style={[styles.flexRow, styles.alignItemsCenter, styles.mb5]}
>
<Icon
width={variables.holdMenuIconSize}
height={variables.holdMenuIconSize}
width={variables.menuIconSize}
height={variables.menuIconSize}
src={section.icon}
additionalStyles={[styles.mr4]}
/>
Expand Down
1 change: 0 additions & 1 deletion src/styles/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ export default {
cardBorderRadius: 4,

cardNameWidth: 156,
holdMenuIconSize: 50,
updateAnimationW: 390,
updateAnimationH: 240,
updateTextViewContainerWidth: 310,
Expand Down

0 comments on commit 9e8896a

Please sign in to comment.