Fix kawaii logo (#4505)

zio/stable
Minseo Lee 2024-06-15 02:39:08 +09:00 committed by GitHub
parent 36e976fe5c
commit 51a3e60132
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

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} />