mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
fix
This commit is contained in:
@@ -79,6 +79,10 @@ export class MessageService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// if(typeof(this.file?.type)) {
|
||||||
|
// this.hasFile = true
|
||||||
|
// }
|
||||||
|
|
||||||
if(this.hasFile) {
|
if(this.hasFile) {
|
||||||
this.getFileFromDb()
|
this.getFileFromDb()
|
||||||
if(this.file.type != 'application/webtrix') {
|
if(this.file.type != 'application/webtrix') {
|
||||||
@@ -178,6 +182,7 @@ export class MessageService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
redefinedMessage(ChatMessage) {
|
redefinedMessage(ChatMessage) {
|
||||||
|
|||||||
@@ -116,6 +116,7 @@ $app-theme: mat-light-theme(
|
|||||||
--ion-color-expediente: #dae3f3;
|
--ion-color-expediente: #dae3f3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// dark-mode
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
/*
|
/*
|
||||||
* Dark Colors
|
* Dark Colors
|
||||||
|
|||||||
Reference in New Issue
Block a user