hacer color correcto en iconos nuevos
This commit is contained in:
parent
d0e5e05f0f
commit
7fa1a233fd
2 changed files with 8 additions and 0 deletions
|
@ -38,4 +38,8 @@
|
||||||
button.active {
|
button.active {
|
||||||
background: var(--accent-bg);
|
background: var(--accent-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button :global(svg) {
|
||||||
|
fill: currentColor;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -121,4 +121,8 @@
|
||||||
max-width: 45vw;
|
max-width: 45vw;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.linking :global(svg) {
|
||||||
|
fill: currentColor;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue