address comments
This commit is contained in:
parent
9e9bf8c5e0
commit
2eac714126
@ -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;
|
||||
|
||||
@ -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 }) =>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user