fix: remove lowering opacity for token previews (#7145)

Update [[index]].tsx
This commit is contained in:
Brendan Wong 2023-08-11 18:32:16 -04:00 committed by GitHub
parent 8ffe4e991b
commit 6cd1f04584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,7 +51,7 @@ export const onRequest: PagesFunction = async ({ params, request }) => {
<div
style={{
display: 'flex',
backgroundColor: `rgba(${palette[0]}, ${palette[1]}, ${palette[2]}, 0.8)`,
backgroundColor: `rgba(${palette[0]}, ${palette[1]}, ${palette[2]})`,
alignItems: 'center',
height: '100%',
padding: '72px',