Skip to content

Commit 068f16d

Browse files
committed
refactor(themes): change the surface color in the indigo palette
1 parent 87606dd commit 068f16d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/core/styles/themes/_palettes.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ $light-indigo-palette: igx-palette(
367367
/// @prop {Color} primary [#3f51b5] - The 500 variant of the `primary` color (default).
368368
/// @prop {Color} secondary [#3f51b5] - The 500 variant of the `secondary` color (default).
369369
/// @prop {Color} grays [#fff] - The base color for the `grays` shades.
370-
/// @prop {Color} surface [#3b3d47] - The color used as a background in components, such as cards, sheets, and menus.
370+
/// @prop {Color} surface [#2a2b2f] - The color used as a background in components, such as cards, sheets, and menus.
371371
/// @prop {Color} info [#9208bc] - The `info` color. Default for every palette if not specified.
372372
/// @prop {Color} success [#689f38] - The `success` color. Default for every palette if not specified.
373373
/// @prop {Color} warn [#ff9800] - The `warn` color. Default for every palette if not specified.
@@ -381,7 +381,7 @@ $dark-indigo-palette: igx-palette(
381381
$success: igx-color($light-indigo-palette, 'success'),
382382
$warn: igx-color($light-indigo-palette, 'warn'),
383383
$error: igx-color($light-indigo-palette, 'error'),
384-
$surface: #3b3d47,
384+
$surface: #2a2b2f,
385385
$grays: #fff,
386386
$variant: 'indigo-design'
387387
) !default;

0 commit comments

Comments
 (0)