Skip to content

Commit 91dc29e

Browse files
committed
deps(theming): bump to latest beta
1 parent de453f7 commit 91dc29e

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"globby": "^14.1.0",
8080
"husky": "^9.1.7",
8181
"ig-typedoc-theme": "^6.0.0",
82-
"igniteui-theming": "^16.1.0-beta.1",
82+
"igniteui-theming": "^16.1.0-beta.2",
8383
"keep-a-changelog": "^2.6.1",
8484
"lint-staged": "^15.4.3",
8585
"lit-analyzer": "^2.0.3",

src/components/tile-manager/themes/shared/tile-manager.common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
$theme: $material;
55

66
[part='base'] {
7-
background: var-get($theme, 'tile-manager-background');
7+
background: var-get($theme, 'background');
88
}

0 commit comments

Comments
 (0)