Skip to content

Commit

Permalink
📒 docs(colors): Fix incorrect documentation for extending colors via …
Browse files Browse the repository at this point in the history
…the config #174
  • Loading branch information
Spiderpig86 committed Jun 21, 2023
1 parent 1b8a05b commit ca5969e
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions cirrus-docs-next/src/fundamentals/colors/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,16 +250,18 @@ export const ColorsPage: React.FC<any> = (props) => {
$config: (
extend: (
colors: (
'magenta': (
'100': #FEF7F4,
'200': #FBE0DD,
'300': #F2AFB3,
'400': #EC798B,
'500': #DC5472,
'600': #BC3263,
'700': #98184D,
'800': #73123F,
'900': #560E39,
extended: (
'magenta': (
'100': #FEF7F4,
'200': #FBE0DD,
'300': #F2AFB3,
'400': #EC798B,
'500': #DC5472,
'600': #BC3263,
'700': #98184D,
'800': #73123F,
'900': #560E39,
)
)
)
)
Expand Down Expand Up @@ -291,8 +293,10 @@ export const ColorsPage: React.FC<any> = (props) => {
$config: (
extend: (
colors: (
'blue': (
'500': #fff,
extended: (
'blue': (
'500': #fff,
)
)
)
)
Expand Down

0 comments on commit ca5969e

Please sign in to comment.