address comments

This commit is contained in:
Bill He 2024-02-16 16:09:16 -08:00
parent 9e9bf8c5e0
commit 2eac714126
No known key found for this signature in database
GPG Key ID: 73AEEF9D79E5BBF8
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,6 @@ import { WithLabel } from '@/components/WithLabel';
import { layoutMixins } from '@/styles/layoutMixins';
import { formMixins } from '@/styles/formMixins';
import breakpoints from '@/styles/breakpoints';
import { WithSeparators } from './Separator';
type ElementProps = {
asChild?: boolean;

View File

@ -85,7 +85,7 @@ Styled.WithReceipt = styled(WithReceipt)`
--withReceipt-backgroundColor: var(--color-layer-2);
`;
Styled.QrCode = styled(QrCode)<{ blurred: number }>`
Styled.QrCode = styled(QrCode)<{ blurred: boolean }>`
border-radius: 0.5em;
${({ blurred }) =>