wip: small updates

This commit is contained in:
2024-02-20 10:26:19 +07:00
parent e2cdc5b576
commit d0c9f93ebb
14 changed files with 165 additions and 157 deletions

View File

@@ -69,7 +69,7 @@ function Screen() {
</div>
<div className="flex items-center justify-center gap-6">
{loading ? (
<LoaderIcon className="size-5 animate-spin" />
<LoaderIcon className="size-6 animate-spin text-white" />
) : (
<>
{ark.accounts.map((account) => (