diff --git a/docs/colors-palette.mdx b/docs/colors-palette.mdx index 5ccbc98f9..490f4a1cd 100644 --- a/docs/colors-palette.mdx +++ b/docs/colors-palette.mdx @@ -15,7 +15,7 @@ import { Meta, ColorPalette, ColorItem } from '@storybook/blocks'; > Pour utiliser la transparence des couleurs, il suffit d'utiliser la valeur "privée" `pix-primary-900-inline` de cette manière : > -> `background-color: rgb(var(--pix-primary-900-inline, 0.5));` +> `background-color: rgb(var(--pix-primary-900-inline), 0.5);` > et vous voilà avec un fond avec la gestion de la transparence ## SOLID