diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-01-30 21:04:47 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-01-30 21:04:47 +0100 |
commit | 9695ce3a31c314c1aa4c2d0b7ebae1d066070b71 (patch) | |
tree | 7088334f917798e889d76d8496f2b4fc82e0aaf2 | |
parent | 5e07cb762b0f942aad5ddc22a0be988d847fbc0b (diff) |
fixed svg styles
-rw-r--r-- | styles/global.css | 6 |
1 files changed, 1 insertions, 5 deletions
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; } |