From 799fba01e437a75e52fae56752846c7b801a37da Mon Sep 17 00:00:00 2001 From: Devin Matte Date: Sat, 15 Jul 2023 17:20:50 -0400 Subject: [PATCH] Fix download button color (#771) --- common/components/buttons/DownloadButton.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/common/components/buttons/DownloadButton.tsx b/common/components/buttons/DownloadButton.tsx index 5c3e35f95..5ff7abb80 100644 --- a/common/components/buttons/DownloadButton.tsx +++ b/common/components/buttons/DownloadButton.tsx @@ -60,17 +60,17 @@ export const DownloadButton: React.FC = ({ }) => { const { line } = useDelimitatedRoute(); return ( -
+
- +
);