File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
src/components/floatingButton Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
import React , { PropsWithChildren , PureComponent } from 'react' ;
2
2
import { StyleSheet , Animated } from 'react-native' ;
3
3
import { Constants , asBaseComponent } from '../../commons/new' ;
4
- import { Colors , Spacings } from '../../style' ;
4
+ import { Colors , Shadows , Spacings } from '../../style' ;
5
5
import View from '../view' ;
6
6
import Image from '../image' ;
7
7
import Button , { ButtonProps } from '../button' ;
@@ -222,11 +222,7 @@ const styles = StyleSheet.create({
222
222
height : '100%'
223
223
} ,
224
224
shadow : {
225
- shadowColor : Colors . $backgroundNeutralIdle ,
226
- shadowOffset : { height : 5 , width : 0 } ,
227
- shadowOpacity : 0.35 ,
228
- shadowRadius : 12 ,
229
- elevation : 2
225
+ ...Shadows . sh20 . bottom
230
226
} ,
231
227
secondaryMargin : {
232
228
marginTop : Spacings . s4 ,
You can’t perform that action at this time.
0 commit comments