diff options
Diffstat (limited to 'styles')
-rw-r--r-- | styles/global.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/styles/global.css b/styles/global.css index d851131..a265bc4 100644 --- a/styles/global.css +++ b/styles/global.css @@ -67,3 +67,10 @@ input::placeholder { /* scroll balken */ ::-webkit-scrollbar { width: 0 !important; } +/* material-ui default state */ +svg.MuiSvgIcon-root { + transition: none !important; + color: var(--text); + fill: var(--text); +} + |