Fix button color to be transparent
This commit is contained in:
parent
edf14400ac
commit
0bcf820042
|
|
@ -10,6 +10,7 @@
|
|||
class="instrument-widget__button button"
|
||||
:style="{
|
||||
borderColor: value.foreground,
|
||||
'background-color': 'transparent',
|
||||
}"
|
||||
target="_blank"
|
||||
>
|
||||
|
|
@ -35,7 +36,5 @@ export default {
|
|||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
&__button {
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue