Skip to content

Commit

Permalink
fix: remove theme mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
itwillwork committed Jan 27, 2025
1 parent 64d872a commit 81e5506
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/kit/utils/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ export const prepareSpec = <Type extends Spec>(
result.viewSpec.addButtonPosition = result.viewSpec.addButtonPosition.toLowerCase();
}

if (isString(result.viewSpec?.themeLabel)) {
result.viewSpec.themeLabel = result.viewSpec.themeLabel.toLowerCase();
}

if (isString(result.viewSpec?.oneOfParams?.toggler)) {
result.viewSpec.oneOfParams.toggler = result.viewSpec.oneOfParams.toggler.toLowerCase();
}
Expand Down

0 comments on commit 81e5506

Please sign in to comment.