From 9695ce3a31c314c1aa4c2d0b7ebae1d066070b71 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 30 Jan 2021 21:04:47 +0100 Subject: fixed svg styles --- styles/global.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'styles') diff --git a/styles/global.css b/styles/global.css index a265bc4..a1c9792 100644 --- a/styles/global.css +++ b/styles/global.css @@ -68,9 +68,5 @@ input::placeholder { ::-webkit-scrollbar { width: 0 !important; } /* material-ui default state */ -svg.MuiSvgIcon-root { - transition: none !important; - color: var(--text); - fill: var(--text); -} +svg.MuiSvgIcon-root { transition: none !important; } -- cgit v1.2.3