summaryrefslogtreecommitdiff
path: root/extension/react-app/src/components/StepContainer.tsx
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-09-06 23:15:25 -0700
committerGitHub <noreply@github.com>2023-09-06 23:15:25 -0700
commitbc8a559563f4aab88fa6d7d8ecd3109656be9f30 (patch)
treeaa6c63206336fbf9d74e3374d64ad3979464f5db /extension/react-app/src/components/StepContainer.tsx
parent5d317dca54cc471cabd0e6defb8bd580a1b97ebd (diff)
downloadsncontinue-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/StepContainer.tsx')
-rw-r--r--extension/react-app/src/components/StepContainer.tsx14
1 files changed, 7 insertions, 7 deletions
diff --git a/extension/react-app/src/components/StepContainer.tsx b/extension/react-app/src/components/StepContainer.tsx
index ce7d9a58..a05aefb0 100644
--- a/extension/react-app/src/components/StepContainer.tsx
+++ b/extension/react-app/src/components/StepContainer.tsx
@@ -93,13 +93,13 @@ const GradientBorder = styled.div<{
? props.borderColor
: `repeating-linear-gradient(
101.79deg,
- #12887a 0%,
- #87245c 16%,
- #e12637 33%,
- #ffb215 55%,
- #e12637 67%,
- #87245c 85%,
- #12887a 99%
+ #1BBE84 0%,
+ #331BBE 16%,
+ #BE1B55 33%,
+ #A6BE1B 55%,
+ #BE1B55 67%,
+ #331BBE 85%,
+ #1BBE84 99%
)`};
animation: ${(props) => (props.loading ? gradient : "")} 6s linear infinite;
background-size: 200% 200%;