mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 09:18:51 +01:00
Remove space
This commit is contained in:
parent
b023a43fee
commit
35e34c0bc6
1 changed files with 1 additions and 1 deletions
|
@ -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],
|
||||||
|
|
Loading…
Reference in a new issue