This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
wiki
/
weseek__growi
réplica de
https://github.com/weseek/growi
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
style: refactor fill to color
yukendev
%!s(int64=2) %!d(string=hai) anos
pai
3c87992ffb
achega
36b59289cb
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de 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;
}
}
}