update overal typography

This commit is contained in:
Ren Amamiya
2023-05-20 21:00:09 +07:00
parent 4be64f7730
commit caeffe98a7
54 changed files with 157 additions and 165 deletions

View File

@@ -36,7 +36,7 @@ export default function MultiAccounts() {
<BellIcon
width={16}
height={16}
className="text-zinc-400 group-hover:text-zinc-200"
className="text-zinc-400 group-hover:text-white"
/>
</button>
</div>
@@ -61,16 +61,16 @@ export default function MultiAccounts() {
<PlusIcon
width={16}
height={16}
className="text-zinc-400 group-hover:text-zinc-200"
className="text-zinc-400 group-hover:text-white"
/>
</button>
</div>
</div>
<div className="flex flex-col gap-0.5 text-center">
<span className="text-sm font-black uppercase leading-tight text-zinc-600">
<span className="text-base font-black uppercase leading-tight text-zinc-600">
Lume
</span>
<span className="text-xs font-medium text-zinc-700">
<span className="text-base font-medium text-zinc-700">
v{APP_VERSION}
</span>
</div>