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
@@ -11,7 +11,6 @@ import { BackgroundService } from '../../../services/background.service';
import { SortService } from 'src/app/services/functions/sort.service';
import { ThemeService } from 'src/app/services/theme.service'
import { RouteService } from 'src/app/services/route.service';
import { Storage } from '@ionic/storage';
import { EventsService } from 'src/app/services/events.service';
import { SessionStore } from 'src/app/store/session.service';
import { environment } from 'src/environments/environment';
+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;