Style Customization
Gene fully follows the material design principles. So its too easy to customize gene as per as your requirement.
Gene Theming
Material Theming Variables
@import '~@angular/material/theming/';
$primary: mat-palette($mat-blue,800);
$accent: mat-palette($mat-cyan,700);
$warn: mat-palette($mat-red,600);
$success: mat-palette($mat-green,600);
$theme: mat-light-theme($primary, $accent, $warn);
$background: map-get($theme, background);
$foreground: map-get($theme, foreground);
Gene Theme Variables
Changing the color of Charts
Last updated
Was this helpful?