diff --git a/apps/www/content/docs/block-selection.mdx b/apps/www/content/docs/block-selection.mdx index 66e2765654..41fe5574f0 100644 --- a/apps/www/content/docs/block-selection.mdx +++ b/apps/www/content/docs/block-selection.mdx @@ -104,7 +104,7 @@ You can style the selection area by adding this class to the container(.slate-se You can style the selected element by adding this class to the container ```js -'[&]:!bg-primary/20' +'[&_.slate-selected]:!bg-primary/20 ' ```