fix: minor style fix

This commit is contained in:
Matthieu Bessat 2024-03-06 09:08:56 +01:00
parent a6a9adf673
commit b7c6df59ed
2 changed files with 6 additions and 2 deletions

View file

@ -24,6 +24,10 @@
}
}
.button-border {
border: 1px solid $accent-dark;
}
.button.button-transparent {
background-color: transparent;