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 {
|
||||
background: var(--accent-bg);
|
||||
}
|
||||
|
||||
button :global(svg) {
|
||||
fill: currentColor;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -121,4 +121,8 @@
|
|||
max-width: 45vw;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.linking :global(svg) {
|
||||
fill: currentColor;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue