fix badge & refresh state of tool install state

This commit is contained in:
JzoNg
2025-01-07 14:41:48 +08:00
parent b39acd0bad
commit 46614cc6f5
4 changed files with 31 additions and 4 deletions

View File

@ -20,7 +20,7 @@ const Badge = ({
return (
<div
className={cn(
'inline-flex items-center px-[5px] h-5 rounded-[5px] border border-divider-deep leading-3 text-text-tertiary',
'relative inline-flex items-center px-[5px] h-5 rounded-[5px] border border-divider-deep leading-3 text-text-tertiary',
uppercase ? 'system-2xs-medium-uppercase' : 'system-xs-medium',
className,
)}