diff --git a/docs/examples/buttonlink/colors.tsx b/docs/examples/buttonlink/colors.tsx index 54acca3054..952f487d8a 100644 --- a/docs/examples/buttonlink/colors.tsx +++ b/docs/examples/buttonlink/colors.tsx @@ -4,8 +4,12 @@ export default function Example() { return ( - {['gray', 'red', 'transparent'].map((color) => { - const colorCopy: 'gray' | 'red' | 'transparent' = color as 'gray' | 'red' | 'transparent'; + {['gray', 'red', 'transparent', 'dark'].map((color) => { + const colorCopy: 'gray' | 'red' | 'transparent' | 'dark' = color as + | 'gray' + | 'red' + | 'transparent' + | 'dark'; return (