We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc4c03 commit 3001fd5Copy full SHA for 3001fd5
src/routes/_libraries/brand-guide.tsx
@@ -32,7 +32,7 @@ function AssetCard({ title, description, asset, url, bg }: AssetCardProps) {
32
className={twMerge(
33
`rounded-lg shadow-lg overflow-hidden`,
34
bg === 'dark'
35
- ? 'bg-black/60 text-white'
+ ? 'bg-black/80 text-white'
36
: bg === 'light'
37
? 'bg-white text-black'
38
: 'bg-gray-500/20'
0 commit comments