Skip to content

Commit

Permalink
deps(theming): bump to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
SisIvanova committed Apr 25, 2024
1 parent 2f3a422 commit d7c0e71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -78,7 +78,7 @@
"globby": "^14.0.1",
"husky": "^9.0.11",
"ig-typedoc-theme": "^5.0.3",
"igniteui-theming": "^6.0.2",
"igniteui-theming": "^6.2.0",
"keep-a-changelog": "^2.5.3",
"lint-staged": "^15.2.2",
"lit-analyzer": "^2.0.3",
Expand Down
1 change: 0 additions & 1 deletion src/components/button-group/themes/button.ts
Expand Up @@ -6,7 +6,6 @@ import { styles as bootstrap } from './shared/button/button.bootstrap.css.js';
import { styles as fluent } from './shared/button/button.fluent.css.js';
import { styles as indigo } from './shared/button/button.indigo.css.js';
import { styles as material } from './shared/button/button.material.css.js';
import type { Themes } from '../../../theming/types';

const light = {
bootstrap: css`
Expand Down

0 comments on commit d7c0e71

Please sign in to comment.