Skip to content

Commit

Permalink
fix: CustomThemeConfig shouldn't require properties_dark to be de…
Browse files Browse the repository at this point in the history
…fined (#1911)
  • Loading branch information
AdrianGonz97 authored Aug 20, 2023
1 parent 2f3eaf8 commit ec67f93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fluffy-garlics-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@skeletonlabs/tw-plugin": patch
---

fix: `properties_dark` for `CustomThemeConfig` is now optional
2 changes: 1 addition & 1 deletion packages/plugin/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export type ThemeConfig = {
preset?: Array<PresetThemeConfig | PresetThemeName>;
};

export type CustomThemeConfig = BaseTheme & {
export type CustomThemeConfig = {
/**
* The name of your custom theme.
*
Expand Down

0 comments on commit ec67f93

Please # to comment.