Merge branch 'dev' into feature/change-email

pull/91/head
Chris Veilleux 2022-08-26 15:12:09 -05:00 committed by GitHub
commit 234ce799cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -17,11 +17,11 @@
// *****************************************************************************
@use "@angular/material" as mat;
@use "components/buttons" as buttons;
@use "components/cards" as cads;
@use "components/cards" as cards;
@use "mycroft-theme" as theme;
mat-card {
@include cads.section-card;
@include cards.section-card;
max-width: 700px;
mat-card-title {

View File

@ -61,7 +61,7 @@ fa-icon {
#installing-button {
@include install-status;
background-color: mat.get-color-from-palette(theme.$mycroft-accent, A100);;
color: mat.get-color-from-palette(theme.$mycroft-accent);
color: mat.get-color-from-palette(theme.$mycroft-accent, 800);
mat-spinner {
float: left;
margin-right: 10px;