From 9bd42aad1ddf153c3ca6dcd07eb2e399f607befe Mon Sep 17 00:00:00 2001 From: Chirayu Mor Date: Fri, 23 May 2025 16:39:01 +0530 Subject: [PATCH] NTP-65369| Chirayu| UIChange (#16285) --- .../SelectCardWithTagListItemsStyles.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: {