This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
wiki
/
weseek__growi
mirror de
https://github.com/weseek/growi
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
style: refactor fill to color
yukendev
há 2 anos atrás
pai
3c87992ffb
commit
36b59289cb
1 ficheiros alterados
com
1 adições
e
1 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
1
apps/app/src/components/Me/UISettings.module.scss
+ 1
- 1
apps/app/src/components/Me/UISettings.module.scss
Ver Ficheiro
@@ -6,7 +6,7 @@
:global {
svg {
display: block;
-
fill
: bs.$secondary;
+
color
: bs.$secondary;
}
}
}