Remove space

This commit is contained in:
Lim Chee Aun 2024-02-27 21:23:46 +08:00
parent b023a43fee
commit 35e34c0bc6

View file

@ -343,7 +343,7 @@ function AccountInfo({
return ( return (
<div <div
tabIndex="-1" tabIndex="-1"
class={`account-container ${uiState === 'loading' ? 'skeleton' : ''}`} class={`account-container ${uiState === 'loading' ? 'skeleton' : ''}`}
style={{ style={{
'--header-color-1': headerCornerColors[0], '--header-color-1': headerCornerColors[0],
'--header-color-2': headerCornerColors[1], '--header-color-2': headerCornerColors[1],