Skip to content

Commit

Permalink
[frontend] Fixing the colour of button cards and lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwendoline-FAVRE-FELIX committed Sep 6, 2024
1 parent b7fc0fc commit 90b6e8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const Campaigns = () => {
</ToggleButton>),
(<ToggleButton key="cards" value="lines" aria-label="lines">
<Tooltip title={t_i18n('Lines view')}>
<ViewListOutlined color="primary" fontSize="small" />
<ViewListOutlined color="secondary" fontSize="small" />
</Tooltip>
</ToggleButton>),
]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const IntrusionSets = () => {
</ToggleButton>),
(<ToggleButton key="cards" value="lines" aria-label="lines">
<Tooltip title={t_i18n('Lines view')}>
<ViewListOutlined color="primary" fontSize="small" />
<ViewListOutlined color="secondary" fontSize="small" />
</Tooltip>
</ToggleButton>),
]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const ThreatActorsGroup = () => {
</ToggleButton>),
(<ToggleButton key="cards" value="lines" aria-label="lines">
<Tooltip title={t_i18n('Lines view')}>
<ViewListOutlined color="primary" fontSize="small" />
<ViewListOutlined color="secondary" fontSize="small" />
</Tooltip>
</ToggleButton>),
]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const ThreatActorsIndividual = () => {
</ToggleButton>),
(<ToggleButton key="lines" value="lines" aria-label="lines">
<Tooltip title={t_i18n('Lines view')}>
<ViewListOutlined color="primary" fontSize="small" />
<ViewListOutlined color="secondary" fontSize="small" />
</Tooltip>
</ToggleButton>),
]}
Expand Down

0 comments on commit 90b6e8b

Please sign in to comment.