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