Skip to content

Commit

Permalink
Viz widgets - Fix fluent theme aliases (#25945)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderPolosatov authored Nov 1, 2023
1 parent 529f51f commit fcd3258
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/devextreme/js/viz/core/themes/fluent.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
const themes = [
{
theme: {
name: 'fluent'
},
baseThemeName: 'material'
},
{
theme: {
name: 'fluent.blue.light'
},
baseThemeName: 'fluent'
baseThemeName: 'material.blue.light'
},
{
theme: {
Expand Down

0 comments on commit fcd3258

Please sign in to comment.