fix: remove lowering opacity for token previews (#7145)
Update [[index]].tsx
This commit is contained in:
parent
8ffe4e991b
commit
6cd1f04584
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user