[ENG-707] Fix list item bg color (#924)

Fix list item bg color
This commit is contained in:
nikec 2023-06-07 10:32:14 +02:00 committed by GitHub
parent f37c6b3600
commit ebe9a628c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -688,7 +688,7 @@ export default () => {
className={clsx(
'relative flex h-full w-full rounded-md border',
virtualRow.index % 2 === 0 &&
'bg-[#00000006] dark:bg-[#00000030]',
'bg-app-darkBox',
selected
? 'border-accent !bg-accent/10'
: 'border-transparent',