Commit 6cd1f045 authored by Brendan Wong's avatar Brendan Wong Committed by GitHub

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

Update [[index]].tsx
parent 8ffe4e99
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment