Merge branch 'master' into 2671-refactor-state-to-status

This commit is contained in:
Hannes Heine 2023-06-27 13:33:30 +02:00 committed by GitHub
commit e02c650174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,3 +166,9 @@ export default {
},
}
</script>
<style>
.btn-warning {
background-color: #e1a908;
border-color: #e1a908;
}
</style>