Skip to content

Commit 2ae51bc

Browse files
authored
🐛fix: modal action light mode (#5545)
1 parent 0af271b commit 2ae51bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web-app/src/containers/dialogs/CortexFailureDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function CortexFailureDialog() {
6565
<DialogFooter className="flex gap-2">
6666
<Button
6767
asChild
68-
variant="default"
68+
variant="link"
6969
className="bg-transparent border border-main-view-fg/20 hover:bg-main-view-fg/4"
7070
onClick={() => {
7171
setShowDialog(false)

web-app/src/containers/dialogs/OutOfContextDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default function OutOfContextPromiseModal() {
5555
</DialogDescription>
5656
<DialogFooter className="flex gap-2">
5757
<Button
58-
variant="default"
58+
variant="link"
5959
className="bg-transparent border border-main-view-fg/20 hover:bg-main-view-fg/4"
6060
onClick={() => {
6161
handleContextShift()

0 commit comments

Comments
 (0)