From 2fd0a64b7b81615853347b93c476eef3147bd195 Mon Sep 17 00:00:00 2001 From: QuickMythril Date: Thu, 14 Mar 2024 01:28:23 -0400 Subject: [PATCH] Modify file element color --- src/components/FileElement.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FileElement.tsx b/src/components/FileElement.tsx index fee23cb..a38c7bb 100644 --- a/src/components/FileElement.tsx +++ b/src/components/FileElement.tsx @@ -27,7 +27,7 @@ const Widget = styled('div')(({ theme }) => ({ // backgroundColor: // theme.palette.mode === 'dark' ? 'rgba(0,0,0,0.6)' : 'rgba(255,255,255,0.4)', backdropFilter: 'blur(40px)', - background: 'skyblue', + background: '#03a9f4', transition: '0.2s all', '&:hover': { opacity: 0.75