Skip to content

Commit 1da4bdc

Browse files
committed
fix: 드로워 버튼 크기 수정
1 parent 929984f commit 1da4bdc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/admin-new/(components)/ThemeDrawer/consts/themeDrawerProps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export const rateTextFieldProps: ThemeInfoTextFieldType = {
2929
export const XImageProps = {
3030
src: "/images/svg/icon_X.svg",
3131
alt: "x_button",
32-
width: 28,
33-
height: 28,
32+
width: 24,
33+
height: 24,
3434
};
3535

3636
export const HintImageProps = {

app/admin-new/(style)/themeInfo.modules.sass

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@
233233
@include title20SB
234234
border-bottom: 1px solid $color-white12
235235
cursor: default
236+
button
237+
height: 24px
236238
&__content
237239
padding: 24px
238240
&__footer

0 commit comments

Comments
 (0)