Skip to content

Commit

Permalink
use the same text color in go to console buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Oct 8, 2024
1 parent 703735f commit cc7bd36
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions www/src/components/overview/clusters/SelfHostedTableCols.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,7 @@ export const ColActions = columnHelper.accessor((row) => row.consoleUrl, {
target="_blank"
rel="noopener noreferrer"
>
<span
css={{
color: theme.colors['text-primary-accent'],
}}
>
Go to Console
</span>
Go to Console
</Button>
)}

Expand Down

0 comments on commit cc7bd36

Please sign in to comment.