diff --git a/Mohem/src/app/absence/absence-confirm/absence-confirm.component.scss b/Mohem/src/app/absence/absence-confirm/absence-confirm.component.scss index aad79b10..96965e58 100644 --- a/Mohem/src/app/absence/absence-confirm/absence-confirm.component.scss +++ b/Mohem/src/app/absence/absence-confirm/absence-confirm.component.scss @@ -84,7 +84,7 @@ ion-card-content.confirm-details{ } .approvalList{ - background: #ffffff; + --background: #f0efef; height: auto; text-align: center; padding-top: 1px; diff --git a/Mohem/src/app/eit/confirm-add-eit/confirm-add-eit.component.scss b/Mohem/src/app/eit/confirm-add-eit/confirm-add-eit.component.scss index 7e35df19..908f7d32 100644 --- a/Mohem/src/app/eit/confirm-add-eit/confirm-add-eit.component.scss +++ b/Mohem/src/app/eit/confirm-add-eit/confirm-add-eit.component.scss @@ -54,7 +54,7 @@ } .approvalList{ - background: #ffffff; + --background: #f0efef; height: auto; text-align: center; padding-top: 1px;