PMCORE-2871:Supervising button changes the font to black

This commit is contained in:
fabio
2021-03-01 18:27:08 -04:00
parent d1f61a99fe
commit 848db03eba

View File

@@ -82,13 +82,13 @@ export default {
}
.btn-warning {
color: white;
color: white !important;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:hover {
color: white;
color: white !important;
background-color: #e0a800;
border-color: #d39e00;
}