diff --git a/src/lib/components/common/Modal.svelte b/src/lib/components/common/Modal.svelte index 5f9f30133..1fc876011 100644 --- a/src/lib/components/common/Modal.svelte +++ b/src/lib/components/common/Modal.svelte @@ -28,7 +28,7 @@ }} >
{ e.stopPropagation(); diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index b33264d87..320e87c3b 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -113,7 +113,7 @@ code.style.borderTopLeftRadius = 0; let topBarDiv = document.createElement('div'); - topBarDiv.style.backgroundColor = '#343541'; + topBarDiv.style.backgroundColor = '#202123'; topBarDiv.style.overflowX = 'auto'; topBarDiv.style.display = 'flex'; topBarDiv.style.justifyContent = 'space-between'; @@ -846,9 +846,9 @@
-
+
{#if messages.length == 0} -
+
@@ -1087,8 +1087,6 @@
- -
{#if messages.length == 0 && suggestions !== 'false'}