Fix kawaii logo (#4505)

This commit is contained in:
Minseo Lee
2024-06-15 02:39:08 +09:00
committed by GitHub
parent 36e976fe5c
commit 51a3e60132
+2 -1
View File
@@ -57,6 +57,7 @@ function HomeHeaderLayoutDesktopAndTablet({
t.atoms.bg,
t.atoms.border_contrast_low,
styles.bar,
kawaii && {paddingTop: 22, paddingBottom: 16},
]}>
<View
style={[
@@ -66,7 +67,7 @@ function HomeHeaderLayoutDesktopAndTablet({
a.m_auto,
kawaii && {paddingTop: 4, paddingBottom: 0},
{
width: kawaii ? 60 : 28,
width: kawaii ? 84 : 28,
},
]}>
<Logo width={kawaii ? 60 : 28} />