@tujyane/alf 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/themes.ts +1 -1
package/package.json
CHANGED
package/src/themes.ts
CHANGED
|
@@ -86,7 +86,7 @@ export type ThemeScheme = "light" | "dark";
|
|
|
86
86
|
/**
|
|
87
87
|
* Specific theme name, including low-contrast variants
|
|
88
88
|
*/
|
|
89
|
-
export type ThemeName = "light" | "dark"
|
|
89
|
+
export type ThemeName = "light" | "dark";
|
|
90
90
|
|
|
91
91
|
/**
|
|
92
92
|
* A theme object, containing the color palette and atoms for the theme
|