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" class="instrument-widget__button button"
:style="{ :style="{
borderColor: value.foreground, borderColor: value.foreground,
'background-color': 'transparent',
}" }"
target="_blank" target="_blank"
> >
@ -35,7 +36,5 @@ export default {
margin-bottom: 25px; margin-bottom: 25px;
} }
&__button {
}
} }
</style> </style>