Skip to content

Commit

Permalink
[TECH] Corriger l'exemple sur la transparence des couleurs côté docum…
Browse files Browse the repository at this point in the history
…entation

 #811
  • Loading branch information
pix-service-auto-merge authored Jan 14, 2025
2 parents bbd308a + f1e8c69 commit 3fbde80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/colors-palette.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fbde80

Please sign in to comment.