summaryrefslogtreecommitdiff
path: root/extension/react-app/src/components/index.ts
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-03 22:18:14 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-03 22:18:14 -0700
commitaf3ce820326e632d2cbb4f1880024046c8aa00cb (patch)
tree9ff70c1ce76e111714f0e8fd747e1339abb17f6d /extension/react-app/src/components/index.ts
parent227c0635cf324ff212200fe38835b8015a3635bd (diff)
downloadsncontinue-af3ce820326e632d2cbb4f1880024046c8aa00cb.tar.gz
sncontinue-af3ce820326e632d2cbb4f1880024046c8aa00cb.tar.bz2
sncontinue-af3ce820326e632d2cbb4f1880024046c8aa00cb.zip
slash commands and better designed user input box
Diffstat (limited to 'extension/react-app/src/components/index.ts')
-rw-r--r--extension/react-app/src/components/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/components/index.ts b/extension/react-app/src/components/index.ts
index fc94c51f..429a7df5 100644
--- a/extension/react-app/src/components/index.ts
+++ b/extension/react-app/src/components/index.ts
@@ -1,7 +1,7 @@
import styled, { keyframes } from "styled-components";
export const defaultBorderRadius = "5px";
-export const secondaryDark = "rgb(37 37 38)";
+export const secondaryDark = "rgb(42 42 42)";
export const vscBackground = "rgb(30 30 30)";
export const vscBackgroundTransparent = "#1e1e1ede";
export const buttonColor = "rgb(113 28 59)";