Skip to content

Commit

Permalink
demos: revert default theme to material
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonoff committed Oct 8, 2024
1 parent 88cbc5d commit 013076e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/styles/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@use 'sass:map';
@use '../../projects/igniteui-angular/src/lib/core/styles/themes' as *;

$palette: $light-indigo-palette;
$schema: $light-indigo-schema;
$typeface: $indigo-typeface;
$type-scale: $indigo-type-scale;
$palette: $light-material-palette;
$schema: $light-material-schema;
$typeface: $material-typeface;
$type-scale: $material-type-scale;
$variant: map.get($schema, '_meta', 'variant');

$background-color: var(--ig-gray-900-contrast);
Expand Down

0 comments on commit 013076e

Please sign in to comment.