From 9e8896a2ebd30a87f046cfcf31fa6692dc3086c0 Mon Sep 17 00:00:00 2001 From: gijoe0295 Date: Tue, 3 Dec 2024 01:43:34 +0700 Subject: [PATCH] update icon size to 48x48 --- src/components/HoldMenuSectionList.tsx | 4 ++-- src/styles/variables.ts | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/HoldMenuSectionList.tsx b/src/components/HoldMenuSectionList.tsx index e1af95ed37d5..c4f867edcb54 100644 --- a/src/components/HoldMenuSectionList.tsx +++ b/src/components/HoldMenuSectionList.tsx @@ -42,8 +42,8 @@ function HoldMenuSectionList() { style={[styles.flexRow, styles.alignItemsCenter, styles.mb5]} > diff --git a/src/styles/variables.ts b/src/styles/variables.ts index 15f3b1bcf52e..fe3b69ec16d8 100644 --- a/src/styles/variables.ts +++ b/src/styles/variables.ts @@ -242,7 +242,6 @@ export default { cardBorderRadius: 4, cardNameWidth: 156, - holdMenuIconSize: 50, updateAnimationW: 390, updateAnimationH: 240, updateTextViewContainerWidth: 310,