Skip to content

Commit

Permalink
fix(frontend): update fish/env text color in timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Sep 13, 2024
1 parent b261d9e commit 38a450c
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 38a450c

Please sign in to comment.