diff --git a/.changeset/five-tables-smile.md b/.changeset/five-tables-smile.md new file mode 100644 index 00000000..e8687ae0 --- /dev/null +++ b/.changeset/five-tables-smile.md @@ -0,0 +1,6 @@ +--- +'@example/ui-playground': patch +'@genseki/react': patch +--- + +Revamp new design system and design token for Genseki. diff --git a/examples/erp/src/app/(admin)/admin/tiptap-style.css b/examples/erp/src/app/(admin)/admin/tiptap-style.css index d9db2492..dadb6917 100644 --- a/examples/erp/src/app/(admin)/admin/tiptap-style.css +++ b/examples/erp/src/app/(admin)/admin/tiptap-style.css @@ -278,7 +278,7 @@ } .tiptap-image-upload-subtext { - color: var(--color-text-trivial); + color: var(--color-text-secondary); } } } diff --git a/examples/ui-playground/src/app/playground/_components/card.tsx b/examples/ui-playground/src/app/playground/_components/card.tsx index 9808b718..2a8c6f41 100644 --- a/examples/ui-playground/src/app/playground/_components/card.tsx +++ b/examples/ui-playground/src/app/playground/_components/card.tsx @@ -18,7 +18,7 @@ export const PlaygroundCard = ({
{title}
{itemNumber && ({description}
+{description}