mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
changes
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user