We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb9f3d commit fe356eeCopy full SHA for fe356ee
.changeset/curvy-kids-sip.md
@@ -0,0 +1,5 @@
1
+---
2
+'@clerk/types': patch
3
4
+
5
+Fix the appearance.baseTheme type to accept array of BaseTheme
packages/types/src/appearance.ts
@@ -519,7 +519,7 @@ export type Theme = {
519
* import { dark } from "@clerk/themes";
520
* appearance={{ baseTheme: dark }}
521
*/
522
- baseTheme?: BaseTheme;
+ baseTheme?: BaseTheme | BaseTheme[];
523
/**
524
* Configuration options that affect the layout of the components, allowing
525
* customizations that hard to implement with just CSS.
0 commit comments