diff options
author | Ty Dunn <ty@tydunn.com> | 2023-09-06 23:15:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-06 23:15:25 -0700 |
commit | bc8a559563f4aab88fa6d7d8ecd3109656be9f30 (patch) | |
tree | aa6c63206336fbf9d74e3374d64ad3979464f5db /extension/react-app/src/components/index.ts | |
parent | 5d317dca54cc471cabd0e6defb8bd580a1b97ebd (diff) | |
download | sncontinue-bc8a559563f4aab88fa6d7d8ecd3109656be9f30.tar.gz sncontinue-bc8a559563f4aab88fa6d7d8ecd3109656be9f30.tar.bz2 sncontinue-bc8a559563f4aab88fa6d7d8ecd3109656be9f30.zip |
adjusting some design review notes (#462)
Co-authored-by: Nate Sesti <sestinj@gmail.com>
Diffstat (limited to 'extension/react-app/src/components/index.ts')
-rw-r--r-- | extension/react-app/src/components/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/react-app/src/components/index.ts b/extension/react-app/src/components/index.ts index f2e154bc..25e35dd1 100644 --- a/extension/react-app/src/components/index.ts +++ b/extension/react-app/src/components/index.ts @@ -6,8 +6,8 @@ export const lightGray = "#646464"; // export const secondaryDark = "rgb(45 45 45)"; // export const vscBackground = "rgb(30 30 30)"; export const vscBackgroundTransparent = "#1e1e1ede"; -export const buttonColor = "rgb(113 28 59)"; -export const buttonColorHover = "rgb(113 28 59 0.67)"; +export const buttonColor = "rgb(27 190 132)"; +export const buttonColorHover = "rgb(27 190 132 0.67)"; export const secondaryDark = "var(--vscode-list-hoverBackground)"; export const vscBackground = "var(--vscode-editor-background)"; |