feat(ui): Typography V2

This commit is contained in:
Brian McGee
2025-05-29 17:13:41 +01:00
parent d417901dab
commit ac8e639348
26 changed files with 1366 additions and 320 deletions

View File

@@ -0,0 +1,5 @@
html {
/* revert this which only makes sense when rendering inside the clan app webview */
overflow-x: revert;
overflow-y: revert;
}

View File

@@ -1,6 +1,7 @@
import type { Preview } from "@kachurun/storybook-solid";
import "@/src/components/v2/index.css";
import "./preview.css";
export const preview: Preview = {
tags: ["autodocs"],