wip: update color palette
This commit is contained in:
9
src/shared/notes/mentions/invoice.tsx
Normal file
9
src/shared/notes/mentions/invoice.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { QRCodeSVG } from 'qrcode.react';
|
||||
|
||||
export function Invoice({ invoice }: { invoice: string }) {
|
||||
return (
|
||||
<div className="mt-2 flex items-center rounded-lg bg-neutral-200 p-2 dark:bg-neutral-800">
|
||||
<QRCodeSVG value={invoice} includeMargin={true} className="rounded-lg" />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user