Skip to content

Commit 33d8e09

Browse files
BabyLy233danielroe
andauthored
fix: command text color of ConnectorModal component in light theme (#203)
Co-authored-by: Daniel Roe <daniel@roe.dev>
1 parent 1baaba3 commit 33d8e09

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

app/components/ConnectorModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ watch(open, isOpen => {
128128
class="flex items-center p-3 bg-bg-muted border border-border rounded-lg font-mono text-sm"
129129
>
130130
<span class="text-fg-subtle">$</span>
131-
<span class="text-fg ml-2">{{ executeNpmxConnectorCommand }}</span>
131+
<span class="text-fg-subtle ml-2">{{ executeNpmxConnectorCommand }}</span>
132132
<button
133133
type="button"
134134
:aria-label="

i18n/locales/zh-CN.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@
233233
},
234234
"grant_button": "授权",
235235
"cancel_grant": "取消授权",
236-
"grant_access": "+ 授予团队权限"
236+
"grant_access": "+ 授予团队权限",
237+
"caricando_teams": ""
237238
},
238239
"list": {
239240
"filter_label": "筛选包",

0 commit comments

Comments
 (0)