summaryrefslogtreecommitdiff
path: root/extension/react-app/src/pages
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-17 12:05:03 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-17 12:05:03 -0700
commit79b4da7e0afe773d161d2e50688dd31791efa1e1 (patch)
tree44e119503bbb8fc23ef824581786a7d4d8efff6a /extension/react-app/src/pages
parenta6e5bb82f8fdcc1dc6f07776f3a63d6b078d006c (diff)
downloadsncontinue-79b4da7e0afe773d161d2e50688dd31791efa1e1.tar.gz
sncontinue-79b4da7e0afe773d161d2e50688dd31791efa1e1.tar.bz2
sncontinue-79b4da7e0afe773d161d2e50688dd31791efa1e1.zip
match vscode color theme
Diffstat (limited to 'extension/react-app/src/pages')
-rw-r--r--extension/react-app/src/pages/gui.tsx11
1 files changed, 8 insertions, 3 deletions
diff --git a/extension/react-app/src/pages/gui.tsx b/extension/react-app/src/pages/gui.tsx
index 64207487..c35cf21b 100644
--- a/extension/react-app/src/pages/gui.tsx
+++ b/extension/react-app/src/pages/gui.tsx
@@ -1,5 +1,9 @@
import styled from "styled-components";
-import { defaultBorderRadius } from "../components";
+import {
+ defaultBorderRadius,
+ vscBackground,
+ vscForeground,
+} from "../components";
import Loader from "../components/Loader";
import ContinueButton from "../components/ContinueButton";
import { FullState, HighlightedRangeContext } from "../../../schema/FullState";
@@ -371,12 +375,13 @@ function GUI(props: GUIProps) {
style={{
position: "fixed",
bottom: "50px",
- backgroundColor: "white",
- color: "black",
+ backgroundColor: vscBackground,
+ color: vscForeground,
borderRadius: defaultBorderRadius,
padding: "16px",
margin: "16px",
zIndex: 100,
+ boxShadow: `0px 0px 10px 0px ${vscForeground}`,
}}
hidden={!showDataSharingInfo}
>