pull/441/head
Lim Chee Aun 2024-02-27 21:23:46 +08:00
rodzic b023a43fee
commit 35e34c0bc6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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