@momo-platform/momo-cornerstone
Advanced tools
Comparing version 0.0.24 to 0.0.25
{ | ||
"name": "@momo-platform/momo-cornerstone", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"description": "momo-cornerstone", | ||
@@ -15,3 +15,3 @@ "author": { | ||
"devDependencies": { | ||
"@momo-platform/component-kits": "^1.0.211", | ||
"@momo-platform/component-kits": "1.0.257", | ||
"eslint": "^7.10.0", | ||
@@ -18,0 +18,0 @@ "eslint-plugin-react": "^7.21.3", |
@@ -283,2 +283,3 @@ import React, { useState, useEffect, useRef } from 'react'; | ||
container: { | ||
backgroundColor: Colors.white, | ||
paddingVertical: 12, | ||
@@ -285,0 +286,0 @@ paddingHorizontal: 12, |
50992
1493