Skip to content

Commit

Permalink
fixed check icon
Browse files Browse the repository at this point in the history
  • Loading branch information
iamfj committed Aug 3, 2023
1 parent 111ed79 commit 90483d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialogs/cart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function AddItemDialog({ children }: PropsWithChildren) {
/>
<div
className={twMerge(
`absolute bottom-0 left-0 right-0 top-0 h-full w-full rounded-lg bg-gray-800 opacity-0`,
`absolute bottom-0 left-0 right-0 top-0 h-full w-full rounded-lg bg-gray-800 text-white opacity-0`,
book.id === selectedBook && `opacity-80`,
)}
>
Expand Down

0 comments on commit 90483d0

Please sign in to comment.