Skip to content

Commit

Permalink
refactor(themes): update dark grid selector
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonoff committed Oct 3, 2022
1 parent 853a126 commit ec8e354
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/styles/themes/third-party/grid/bootstrap.dark.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use '../../../../../node_modules/igniteui-theming/sass/color/functions' as *;

@mixin theme() {
igc-grid {
apx-grid {
// Header row
--header-border-color: #{color(null, gray, 200, .28)};

Expand Down
2 changes: 1 addition & 1 deletion src/styles/themes/third-party/grid/fluent.dark.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use '../../../../../node_modules/igniteui-theming/sass/color/functions' as *;

@mixin theme() {
igc-grid {
apx-grid {
// Header row/cell
--header-background: #{color(null, gray, 100)};
--header-text-color: #{contrast-color(null, gray, 100)};
Expand Down
2 changes: 1 addition & 1 deletion src/styles/themes/third-party/grid/indigo.dark.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use '../../../../../node_modules/igniteui-theming/sass/color/functions' as *;

@mixin theme() {
igc-grid {
apx-grid {
// Grid body
--content-background: #{color(null, gray, 50)};
--content-text-color: #{contrast-color(null, gray, 50)};
Expand Down
2 changes: 1 addition & 1 deletion src/styles/themes/third-party/grid/material.dark.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use '../../../../../node_modules/igniteui-theming/sass/color/functions' as *;

@mixin theme() {
igc-grid {
apx-grid {
// Grid body
--content-text-color: #{color(null, gray, 800)};

Expand Down

0 comments on commit ec8e354

Please sign in to comment.