Skip to content

Commit

Permalink
fix: Fix qrcode box-sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
wenty22 committed Oct 31, 2023
1 parent ae64ae9 commit e5213cb
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 2,123 deletions.
2 changes: 1 addition & 1 deletion packages/walletkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@totejs/walletkit",
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ export const corner = style({
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
outline: `3px solid ${cssVar('modalBackground')}`,
boxShadow: `0 0 3px ${cssVar('modalBackground')}`,
'::before': {
content: '""',
width: '42.86%',
height: '42.86%',
width: '71.4%',
height: '71.4%',
borderRadius: 4,
border: `4px solid ${cssVar('modalBackground')}`,
},
Expand Down
10 changes: 10 additions & 0 deletions packages/walletkit/src/components/base/Box/styles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,14 @@ export const box = style({
boxSizing: 'border-box',
transitionProperty: 'background,color,opacity',
transitionDuration: '0.2s',
'::before': {
margin: 0,
padding: 0,
boxSizing: 'border-box',
},
'::after': {
margin: 0,
padding: 0,
boxSizing: 'border-box',
},
});
1 change: 0 additions & 1 deletion website/dist/assets/ccip-40e3f304.js

This file was deleted.

2,013 changes: 0 additions & 2,013 deletions website/dist/assets/index-25996b39.js

This file was deleted.

54 changes: 0 additions & 54 deletions website/dist/assets/index-a662a821.js

This file was deleted.

1 change: 0 additions & 1 deletion website/dist/assets/index-d1a178df.js

This file was deleted.

1 change: 0 additions & 1 deletion website/dist/assets/index-ebf3f705.js

This file was deleted.

Loading

0 comments on commit e5213cb

Please sign in to comment.