Skip to content

Commit da754ec

Browse files
committed
Hint - fix shadow preset
1 parent b5068ab commit da754ec

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/components/hint/index.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
LayoutChangeEvent,
1616
View as RNView
1717
} from 'react-native';
18-
import {Typography, Spacings, Colors, BorderRadiuses} from '../../style';
18+
import {Typography, Spacings, Colors, BorderRadiuses, Shadows} from '../../style';
1919
import {Constants} from '../../helpers';
2020
import {asBaseComponent} from '../../commons/new';
2121
import View from '../view';
@@ -597,11 +597,7 @@ const styles = StyleSheet.create({
597597
paddingBottom: Spacings.s4
598598
},
599599
containerShadow: {
600-
shadowColor: Colors.dark40,
601-
shadowOpacity: 0.25,
602-
shadowRadius: 5,
603-
shadowOffset: {height: 5, width: 0},
604-
elevation: 2
600+
...Shadows.sh30.bottom
605601
},
606602
hintMessage: {
607603
...Typography.text70,

0 commit comments

Comments
 (0)