fix: update open playground btn

This commit is contained in:
jialin
2026-02-05 11:55:05 +08:00
parent 4e8b5e26ae
commit a1a7979fb3
18 changed files with 302 additions and 218 deletions
@@ -98,7 +98,11 @@ const CommunityBackends: React.FC<{
>
<>
{data.enabled && (
<ThemeTag style={{ margin: 0 }} color="geekblue" variant="filled">
<ThemeTag
style={{ margin: 0, fontWeight: 400 }}
color="geekblue"
variant="filled"
>
{intl.formatMessage({ id: 'common.status.enabled' })}
</ThemeTag>
)}