hacer color correcto en iconos nuevos

This commit is contained in:
Cat /dev/Nulo 2023-05-11 18:08:36 -03:00
parent d0e5e05f0f
commit 7fa1a233fd
2 changed files with 8 additions and 0 deletions

View file

@ -38,4 +38,8 @@
button.active {
background: var(--accent-bg);
}
button :global(svg) {
fill: currentColor;
}
</style>

View file

@ -121,4 +121,8 @@
max-width: 45vw;
white-space: nowrap;
}
.linking :global(svg) {
fill: currentColor;
}
</style>