diff --git a/src/pattern-library/components/patterns/feedback/DialogPage.tsx b/src/pattern-library/components/patterns/feedback/DialogPage.tsx index d442e9f29..2f5b4c6db 100644 --- a/src/pattern-library/components/patterns/feedback/DialogPage.tsx +++ b/src/pattern-library/components/patterns/feedback/DialogPage.tsx @@ -181,7 +181,7 @@ export default function DialogPage() {
diff --git a/src/pattern-library/components/patterns/navigation/LinkButtonPage.tsx b/src/pattern-library/components/patterns/navigation/LinkButtonPage.tsx index cd72fb84b..09f452263 100644 --- a/src/pattern-library/components/patterns/navigation/LinkButtonPage.tsx +++ b/src/pattern-library/components/patterns/navigation/LinkButtonPage.tsx @@ -20,7 +20,7 @@ export default function LinkButtonPage() {
} > -TabList
is a new component.
diff --git a/styles/library.scss b/styles/library.scss index 26e540ea8..bc95e9890 100644 --- a/styles/library.scss +++ b/styles/library.scss @@ -10,12 +10,16 @@ } :where(code):not(:where([class~='unstyled-text'] *)) { - @apply p-1 bg-slate-0 rounded-sm mx-0.5; + @apply p-1 bg-stone-100 rounded-sm mx-0.5; font-size: 0.85em; } + :where(p):not(:where([class~='unstyled-text'] *)) { + @apply my-4; + } + :where(ul):not(:where([class~='unstyled-text'] *)) { - @apply list-disc list-outside ml-8 space-y-2; + @apply list-disc list-outside ml-8 space-y-2 my-4; } :where(ol):not(:where([class~='unstyled-text'] *)) {