Skip to content

Commit

Permalink
ShadowStyle is changed
Browse files Browse the repository at this point in the history
WrathChaos committed Nov 13, 2019
1 parent e7e2bbb commit 1b330c2
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/src/StateView.style.js
Original file line number Diff line number Diff line change
@@ -22,8 +22,8 @@ export function buttonTextContainer(buttonTextColor) {
export const _shadowStyle = shadowColor => {
return {
shadowColor,
shadowRadius: 5,
shadowOpacity: 0.5,
shadowRadius: 9,
shadowOpacity: 0.3,
shadowOffset: {
width: 0,
height: 3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-easy-state-view",
"version": "0.3.4",
"version": "0.3.5",
"description": "Fully customizable State View with plug & play usage for React Native.",
"keywords": [
"react-native",

0 comments on commit 1b330c2

Please sign in to comment.