Skip to content

Commit

Permalink
app-catalog: Darken install button text on hover
Browse files Browse the repository at this point in the history
Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
  • Loading branch information
skoeva committed Jan 23, 2025
1 parent e4ba371 commit 2200dc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app-catalog/src/components/charts/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,9 @@ export function ChartsList({ fetchCharts = fetchChartsFromArtifact }) {
backgroundColor: '#000',
color: 'white',
textTransform: 'none',
'&:hover': {
color: 'black',
},
}}
onClick={() => {
setSelectedChartForInstall(chart);
Expand Down

0 comments on commit 2200dc0

Please sign in to comment.