We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af271b commit 2ae51bcCopy full SHA for 2ae51bc
web-app/src/containers/dialogs/CortexFailureDialog.tsx
@@ -65,7 +65,7 @@ export function CortexFailureDialog() {
65
<DialogFooter className="flex gap-2">
66
<Button
67
asChild
68
- variant="default"
+ variant="link"
69
className="bg-transparent border border-main-view-fg/20 hover:bg-main-view-fg/4"
70
onClick={() => {
71
setShowDialog(false)
web-app/src/containers/dialogs/OutOfContextDialog.tsx
@@ -55,7 +55,7 @@ export default function OutOfContextPromiseModal() {
55
</DialogDescription>
56
57
58
59
60
61
handleContextShift()
0 commit comments