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