(feat): add theming
This commit is contained in:
parent
87e4a158e3
commit
040d60a35f
6 changed files with 429 additions and 315 deletions
5
apps/web/src/routes/settings/theme.tsx
Normal file
5
apps/web/src/routes/settings/theme.tsx
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { StylePicker } from "@tensamin/ui";
|
||||
|
||||
export default function Page() {
|
||||
return <StylePicker />;
|
||||
}
|
||||
Loading…
Reference in a new issue