Skip to content

Commit

Permalink
Update kup-theme.ts
Browse files Browse the repository at this point in the history
PR Test for Build
  • Loading branch information
Leonardo-Signorelli committed Feb 6, 2024
1 parent ce39314 commit bd41a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ketchup/src/managers/kup-theme/kup-theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class KupTheme {
this.cssVars = {};
this.list = list ? list : themesJson['default'];
this.managedComponents = new Set();
this.name = name ? name : 'ketchup';
this.name = name ? name : 'octane';
this.styleTag = dom
.querySelector('head')
.appendChild(document.createElement('style'));
Expand Down

0 comments on commit bd41a57

Please sign in to comment.