Change btn-warning color and background color to #e1a908

This commit is contained in:
elweyn 2023-06-26 20:00:24 +02:00
parent 5963ebb6a1
commit 3af471aebb

View File

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