Skip to content

Commit

Permalink
fix(ui): modify token color (TabbyML#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung authored Mar 4, 2024
1 parent fc624b4 commit 7d33317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ee/tabby-ui/app/(dashboard)/cluster/components/cluster.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function Workers() {
<div className="flex items-center gap-1">
Registration token:
<Input
className="max-w-[320px] font-mono text-red-600"
className="max-w-[320px] font-mono"
value={registrationTokenRes.registrationToken}
onChange={noop}
/>
Expand Down
2 changes: 1 addition & 1 deletion ee/tabby-ui/app/(dashboard)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function MainPanel() {
<Label>Token</Label>
<span className="flex items-center gap-1">
<Input
className="max-w-[320px] font-mono text-red-600"
className="max-w-[320px] font-mono"
value={data.me.authToken}
onChange={noop}
/>
Expand Down

0 comments on commit 7d33317

Please sign in to comment.