💄 Add Reject and Join buttons

This commit is contained in:
2024-06-22 20:52:08 +02:00
parent cea60ce695
commit e55992aed5
2 changed files with 14 additions and 0 deletions

View File

@@ -53,6 +53,14 @@
@include button(secondary, 90);
}
.join-button {
@include button(secondary, 90);
}
.reject-button {
@include button(critical, 90);
}
.success-button {
@include button(success, 100);
}