summaryrefslogtreecommitdiff
path: root/extension
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-09-19 10:14:49 -0700
committerNate Sesti <sestinj@gmail.com>2023-09-19 10:14:49 -0700
commite0e0482f2af2eadd3df72fbdb6974c07ba11c527 (patch)
tree631fa574e117b05c6e511f82b247487fe0acabb7 /extension
parent220795969e82938b0a2eb2620aa214d3da05ffe5 (diff)
downloadsncontinue-e0e0482f2af2eadd3df72fbdb6974c07ba11c527.tar.gz
sncontinue-e0e0482f2af2eadd3df72fbdb6974c07ba11c527.tar.bz2
sncontinue-e0e0482f2af2eadd3df72fbdb6974c07ba11c527.zip
fix: :lipstick: update light gray hex code
Diffstat (limited to 'extension')
-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 557a7479..1f418c94 100644
--- a/extension/react-app/src/components/index.ts
+++ b/extension/react-app/src/components/index.ts
@@ -2,7 +2,7 @@ import { Tooltip } from "react-tooltip";
import styled, { keyframes } from "styled-components";
export const defaultBorderRadius = "5px";
-export const lightGray = "#cfcccc";
+export const lightGray = "#646464";
// export const secondaryDark = "rgb(45 45 45)";
// export const vscBackground = "rgb(30 30 30)";
export const vscBackgroundTransparent = "#1e1e1ede";