Merge pull request #3080 from gradido/3008-change-deny-button-color

feat(admin): change deny contribution btn-warning color and background-color to #e1a908
This commit is contained in:
Hannes Heine 2023-06-27 11:38:13 +02:00 committed by GitHub
commit c20d48571f
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>