Skip to content

Commit

Permalink
Merge pull request #340 from MTES-MCT/timeline-item-color
Browse files Browse the repository at this point in the history
fix(frontend): update fish/env text color in timeline
  • Loading branch information
lwih authored Sep 16, 2024
2 parents 18f33bf + 38a450c commit bb24d9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const ActionEnvControl: React.FC<{ action: Action; onClick: any }> = ({ action,
)}
</Stack.Item>
<Stack.Item alignSelf="flex-end">
<Text as="h4" color={THEME.color.slateGray} fontStyle={'italic'}>
<Text as="h4" color={THEME.color.mediumSeaGreen} fontStyle={'italic'}>
ajouté par CACEM
</Text>
</Stack.Item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const ActionFishControl: React.FC<{ action: Action; onClick: any }> = ({ action,
)}
</Stack.Item>
<Stack.Item alignSelf="flex-end">
<Text as="h4" color={THEME.color.slateGray} fontStyle="italic">
<Text as="h4" color={THEME.color.blueGray} fontStyle="italic">
ajouté par CNSP
</Text>
</Stack.Item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const ActionEnvSurveillance: React.FC<{ action: Action; onClick: any }> = ({ act
</Stack.Item>

<Stack.Item alignSelf="flex-end" style={{ width: '100%' }}>
<Text as="h4" color={THEME.color.slateGray} fontStyle={'italic'} style={{ textAlign: 'right' }}>
<Text as="h4" color={THEME.color.mediumSeaGreen} fontStyle={'italic'} style={{ textAlign: 'right' }}>
ajouté par CACEM
</Text>
</Stack.Item>
Expand Down

0 comments on commit bb24d9a

Please sign in to comment.