This commit is contained in:
parent
04ce5d1665
commit
3e10e4df1e
|
@ -187,7 +187,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .mat-radio-button .mat-radio-outer-circle {
|
::ng-deep .mat-radio-button .mat-radio-outer-circle {
|
||||||
border: 1px solid #aaaaaa;
|
border: 1px solid var(--light-gray);
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
|
::ng-deep .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .mat-checkbox .mat-checkbox-frame {
|
::ng-deep .mat-checkbox .mat-checkbox-frame {
|
||||||
border: 1px solid #aaaaaa;
|
border: 1px solid var(--light-gray);
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .mat-checkbox-checked.mat-accent .mat-checkbox-background,
|
::ng-deep .mat-checkbox-checked.mat-accent .mat-checkbox-background,
|
||||||
|
@ -79,7 +79,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .mat-radio-button .mat-radio-outer-circle {
|
::ng-deep .mat-radio-button .mat-radio-outer-circle {
|
||||||
border: 1px solid #aaaaaa;
|
border: 1px solid var(--light-gray);
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
|
::ng-deep .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.cancel {
|
.cancel {
|
||||||
background-color: #aaaaaa;
|
background-color: var(--light-gray);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
--primary-text: #ffffff;
|
--primary-text: #ffffff;
|
||||||
--secondary-text: #000000;
|
--secondary-text: #000000;
|
||||||
--gray-text: #757575; //previously #848484
|
--gray-text: #757575; //previously #848484
|
||||||
|
--light-gray: #aaaaaa
|
||||||
}
|
}
|
||||||
|
|
||||||
// Define your theme with color palettes, typography and density
|
// Define your theme with color palettes, typography and density
|
||||||
|
|
Loading…
Reference in New Issue