)
-}
+}
\ No newline at end of file
diff --git a/ui/desktop/src/components/SplashPills.tsx b/ui/desktop/src/components/SplashPills.tsx
index 648c2f672e3c..a71810ead124 100644
--- a/ui/desktop/src/components/SplashPills.tsx
+++ b/ui/desktop/src/components/SplashPills.tsx
@@ -3,7 +3,10 @@ import React from "react"
function SplashPill({ content, append }) {
return (
{
const message = {
content,
@@ -12,18 +15,18 @@ function SplashPill({ content, append }) {
await append(message);
}}
>
- {content}
+
{content}
+
)
-}
+}
\ No newline at end of file
diff --git a/ui/desktop/src/index.css b/ui/desktop/src/index.css
index 3da1653498af..37b097d6e703 100644
--- a/ui/desktop/src/index.css
+++ b/ui/desktop/src/index.css
@@ -80,16 +80,13 @@
}
body {
- background-color: white;
color: black;
}
.dark body {
- background-color: black;
color: white;
}
-
.bg-inline-code {
border-radius: 4px;
color: rgba(255, 130, 130, 0.85);
@@ -111,7 +108,6 @@
.bg-inline-code {
padding: 2px 4px;
}
-
}
.bg-inline-code:after {
@@ -121,5 +117,4 @@
.dark .bg-inline-code {
color: rgba(248, 155, 89, 0.7);
}
-
-}
+}
\ No newline at end of file
diff --git a/ui/desktop/src/main.ts b/ui/desktop/src/main.ts
index 42b0e5d5ac36..70536589f881 100644
--- a/ui/desktop/src/main.ts
+++ b/ui/desktop/src/main.ts
@@ -122,7 +122,7 @@ const createChat = async (app, query?: string, dir?: string) => {
const mainWindow = new BrowserWindow({
titleBarStyle: 'hidden',
trafficLightPosition: { x: 16, y: 10 },
- vibrancy: 'under-window',
+ vibrancy: 'window',
width: 750,
height: 800,
minWidth: 650,