Skip to content

Commit 3576f60

Browse files
committed
Working
1 parent 7150202 commit 3576f60

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/shared/api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,9 +1043,9 @@ export const unboundDefaultModelInfo: ModelInfo = {
10431043
}
10441044
// CHANGE AS NEEDED FOR TESTING
10451045
// PROD:
1046-
export const PEARAI_URL = "https://stingray-app-gb2an.ondigitalocean.app/pearai-server-api2/integrations/cline"
1046+
// export const PEARAI_URL = "https://stingray-app-gb2an.ondigitalocean.app/pearai-server-api2/integrations/cline"
10471047
// DEV:
1048-
// export const PEARAI_URL = "http://localhost:8000/integrations/cline"
1048+
export const PEARAI_URL = "http://localhost:8000/integrations/cline"
10491049

10501050
// PearAI
10511051
export type PearAiModelId = keyof typeof pearAiModels

webview-ui/src/components/ui/button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const buttonVariants = cva(
1313
"border border-vscode-input-border bg-primary text-primary-foreground shadow hover:bg-primary/90",
1414
destructive: "bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90",
1515
outline:
16-
"border border-vscode-input-border bg-background shadow-sm hover:bg-accent hover:text-accent-foreground",
16+
"border border-vscode-input-border bg-vscode-input-background shadow-sm hover:bg-accent hover:text-accent-foreground",
1717
secondary:
1818
"border border-vscode-input-border bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80",
1919
ghost: "hover:bg-accent hover:text-accent-foreground",

0 commit comments

Comments
 (0)