diff --git a/components/widgets/select-card-with-tag-list-items/SelectCardWithTagListItemsStyles.ts b/components/widgets/select-card-with-tag-list-items/SelectCardWithTagListItemsStyles.ts index 401882aaa2..26da7b67f1 100644 --- a/components/widgets/select-card-with-tag-list-items/SelectCardWithTagListItemsStyles.ts +++ b/components/widgets/select-card-with-tag-list-items/SelectCardWithTagListItemsStyles.ts @@ -22,10 +22,10 @@ export const styles = StyleSheet.create({ selectedCard: { borderColor: "#1F002A", backgroundColor: "#FFFFFF", - shadowColor: "#000000", + shadowColor: "#B0C0D9", shadowOffset: { width: 3, height: 3 }, shadowOpacity: 0.3, - shadowRadius: 16, + shadowRadius: 8, elevation: 5, }, detailCardContainer: {