Skip to content

Commit 3001fd5

Browse files
committed
brand guide
1 parent 8fc4c03 commit 3001fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/_libraries/brand-guide.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function AssetCard({ title, description, asset, url, bg }: AssetCardProps) {
3232
className={twMerge(
3333
`rounded-lg shadow-lg overflow-hidden`,
3434
bg === 'dark'
35-
? 'bg-black/60 text-white'
35+
? 'bg-black/80 text-white'
3636
: bg === 'light'
3737
? 'bg-white text-black'
3838
: 'bg-gray-500/20'

0 commit comments

Comments
 (0)