NTP-10056 | Case Status Flex handling (#1025)

This commit is contained in:
Madhur Patle
2024-12-06 17:06:51 +05:30
committed by GitHub

View File

@@ -45,6 +45,7 @@ const FeedbackStatus = (props: IFeedbackStatus) => {
small
style={[
styles.feedbackStatus,
styles.rightAlign,
{
color:
feedbackStatusColorMapping[
@@ -70,6 +71,9 @@ const styles = StyleSheet.create({
color: COLORS.TEXT.BLACK,
fontWeight: '500',
},
rightAlign: {
textAlign: 'right',
},
dashedBorder: {
borderTopWidth: 1,
borderColor: COLORS.BORDER.PRIMARY,