From 84e18b1922114cfb2cdc9937d49dd7df7a0463bb Mon Sep 17 00:00:00 2001 From: William Martin Date: Tue, 12 Nov 2024 17:14:46 -0500 Subject: [PATCH] update docs --- libs/components/src/stories/compact-mode.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/components/src/stories/compact-mode.mdx b/libs/components/src/stories/compact-mode.mdx index d27c1f26869..f5b77bdccad 100644 --- a/libs/components/src/stories/compact-mode.mdx +++ b/libs/components/src/stories/compact-mode.mdx @@ -29,9 +29,9 @@ following example, the paragraph's padding is reduced when compact mode is enabl

Lorem impsum doggo dolor...

-## Settings Service +## Service -To get/set compact mode in TypeScript, the `BitSettingsService` exposes a `compactMode` signal. +To get/set compact mode in TypeScript, the `DesignSystemService` exposes a `compactMode` signal. However, using the Tailwind variant should be preferred as it is more performant. ## Examples