From cb5162ed2eb0b51923fdf3b630169d36f93b808a Mon Sep 17 00:00:00 2001 From: Emily Hazlehurst Date: Fri, 6 Dec 2024 10:15:10 +0000 Subject: [PATCH] Remove styling change --- .../app/frontend/src/components/file-download/file-download.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/frontend/src/components/file-download/file-download.scss b/public/app/frontend/src/components/file-download/file-download.scss index f3f5883c..d8d055e5 100644 --- a/public/app/frontend/src/components/file-download/file-download.scss +++ b/public/app/frontend/src/components/file-download/file-download.scss @@ -12,7 +12,6 @@ align-items: start; @media screen and (min-width: $justice-lg) { align-items: center; - color: red; //TODO: FOR TESTING - REMOVE } }