Skip to content

Commit

Permalink
docs(pix-ui): correct rgb example
Browse files Browse the repository at this point in the history
in color-palette mdx
  • Loading branch information
er-lim committed Jan 14, 2025
1 parent 571aab4 commit 0c48265
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 0c48265

Please sign in to comment.