Skip to content

Commit

Permalink
Merge pull request #39 from minube/feature/MIN-12446
Browse files Browse the repository at this point in the history
Fix SPACE.XXL
  • Loading branch information
soyjavi committed Apr 2, 2019
2 parents ed25ecb + 33ab622 commit b290c52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions common/theme/theme.js
Expand Up @@ -114,12 +114,10 @@ export default {
XS: UNIT * 0.8,
S: UNIT * 1.2,
MEDIUM: UNIT * 1.6,

REGULAR: UNIT * 2,

L: UNIT * 2.8,
XL: UNIT * 3.2,
XXL: UNIT * 60,
XXL: UNIT * 6,
},

STRIKETHROUGH: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "reactor",
"description": "Reusable presentational components",
"version": "0.11.28",
"version": "0.11.29",
"license": "LGPL-3.0",
"devDependencies": {
"@babel/cli": "7.0.0",
Expand Down

0 comments on commit b290c52

Please sign in to comment.