Skip to content

Commit 42aca66

Browse files
iris-changmastermoo
authored andcommitted
Small Adjustments for shadows on both iOS and Android (mastermoo#103)
* Increased size of shadow on iOS, changed shadow color to black * Increased elevation in Android as well. Reduced height offset in iOS from 10 to 8.
1 parent 58217be commit 42aca66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ActionButton.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,11 +316,11 @@ const styles = StyleSheet.create({
316316
btnShadow: {
317317
shadowOpacity: 0.3,
318318
shadowOffset: {
319-
width: 0, height: 10,
319+
width: 0, height: 8,
320320
},
321321
shadowColor: #000,
322322
shadowRadius: 4,
323-
elevation: 6,
323+
elevation: 8,
324324
},
325325
actionsVertical: {
326326
flex: 1,

0 commit comments

Comments
 (0)