From a099788fe75b364545ae5f399cb12ce607cf06aa Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Sat, 12 Apr 2025 17:43:30 +0200 Subject: [PATCH] Set opacity --- src/assets/svgs/Download.tsx | 2 +- src/assets/svgs/Logout.tsx | 2 +- src/styles/theme.ts | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/assets/svgs/Download.tsx b/src/assets/svgs/Download.tsx index 577f1b4..7e19e1c 100644 --- a/src/assets/svgs/Download.tsx +++ b/src/assets/svgs/Download.tsx @@ -9,7 +9,7 @@ export const Download: React.FC = ({ const theme = useTheme(); const setColor = color ? color : theme.palette.text.primary; - const setOpacity = opacity ? opacity : 0.5; + const setOpacity = opacity ? opacity : 1; return ( = ({ color, opacity, ...children }) => { const theme = useTheme(); const setColor = color ? color : theme.palette.text.primary; - const setOpacity = opacity ? opacity : 0.3; + const setOpacity = opacity ? opacity : 1; return (