NTP-10056 | Case Status Flex handling (#1025)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user