✨(demo) update demo app
Update the demo app to make it work with new tokens.
This commit is contained in:
committed by
NathanVss
parent
47e3e28090
commit
f93a83655c
@@ -11,6 +11,8 @@ import Onboarding from "./Onboarding";
|
||||
|
||||
enum Theme {
|
||||
CUNNINGHAM = "cunningham",
|
||||
REDFLUX = "redflux",
|
||||
BLUENEY = "blueny",
|
||||
}
|
||||
|
||||
enum Variant {
|
||||
@@ -23,7 +25,14 @@ const THEMES: Record<Theme, Record<Variant, string | undefined>> = {
|
||||
light: "default",
|
||||
dark: "dark",
|
||||
},
|
||||
|
||||
[Theme.REDFLUX]: {
|
||||
light: undefined,
|
||||
dark: "redflux",
|
||||
},
|
||||
[Theme.BLUENEY]: {
|
||||
light: undefined,
|
||||
dark: "blueny",
|
||||
},
|
||||
};
|
||||
|
||||
export type PageProps = ReturnType<typeof useModal>;
|
||||
|
||||
Reference in New Issue
Block a user