Feature/notification system #26

Open
mattdimegs wants to merge 34 commits from feature/notification-system into main
Showing only changes of commit dd5a0523dc - Show all commits

View file

@ -167,7 +167,7 @@ export default function Incidents() {
) : null}
</View>
</View>
<View style={{ flexDirection: 'row', alignItems: 'center', justifyContent: 'space-between' }}>
<View style={{ flexDirection: 'row', alignItems: 'center' }}>
<SelectedIcon
color={callColorSelector(
incNatureCodeDesc,
@ -178,7 +178,7 @@ export default function Incidents() {
width={56}
height={56}
/>
<View style={{ flexDirection: 'column' }}>
<View style={{ flex: 1, flexDirection: 'column', alignItems: 'flex-start', paddingHorizontal: 2, maxWidth: '80%' }}>
{locationName ? (
<Text
style={{