Openstatus www.openstatus.dev

fix: tw (#929)

authored by

Maximilian Kaske and committed by
GitHub
aae294eb b95d19fb

+2 -2
+2 -2
apps/web/src/components/content/pre.tsx
··· 39 39 onClick={onClick} 40 40 > 41 41 {!copied ? ( 42 - <Clipboard className="h-5 w-5 text-black" /> 42 + <Clipboard className="h-5 w-5" /> 43 43 ) : ( 44 - <ClipboardCopy className="h-5 w-5 text-brand-900" /> 44 + <ClipboardCopy className="h-5 w-5" /> 45 45 )} 46 46 </Button> 47 47 <pre ref={ref} {...props}>