aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ScrollToTop.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ScrollToTop.tsx')
-rw-r--r--src/components/ScrollToTop.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/ScrollToTop.tsx b/src/components/ScrollToTop.tsx
index 6af938d..4888dec 100644
--- a/src/components/ScrollToTop.tsx
+++ b/src/components/ScrollToTop.tsx
@@ -1,6 +1,7 @@
/** @jsx jsx */
import { jsx, css } from "@emotion/react";
import React from "react";
+import colors from "../colors";
const styles = css`
width: 2.5rem;
@@ -10,7 +11,7 @@ const styles = css`
bottom: 3rem;
right: 3rem;
- background-color: #7289DA; /* Blurple */
+ background-color: ${colors.blurple};
border-radius: 50%;
opacity: 0;