change color

This commit is contained in:
Peter Maquiran
2023-06-12 12:30:58 +01:00
parent 199327a2cb
commit 0cab890efd
3 changed files with 8 additions and 9 deletions
+2 -2
View File
@@ -609,8 +609,8 @@ $app-theme: mat-light-theme(
margin: 0 auto !important;
padding: 0 !important;
border-radius: 22.5px;
background-color: #42b9fe;
color: #ffffff !important;
background-color: var(--button-color);
color: var(--button-text-color);
}
.btn-delete-medium {
display: block;