Fix button color to be transparent

This commit is contained in:
Lorenz Padberg 2024-04-26 11:51:53 +02:00
parent edf14400ac
commit 0bcf820042
1 changed files with 2 additions and 3 deletions

View File

@ -10,6 +10,7 @@
class="instrument-widget__button button"
:style="{
borderColor: value.foreground,
'background-color': 'transparent',
}"
target="_blank"
>
@ -34,8 +35,6 @@ export default {
&__description {
margin-bottom: 25px;
}
&__button {
}
}
</style>