Skip to content

Commit 97be970

Browse files
committed
app-catalog: Fix install button styling in details
Signed-off-by: Evangelos Skopelitis <[email protected]>
1 parent b64fb85 commit 97be970

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app-catalog/src/components/charts/Details.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,13 @@ export default function ChartDetails() {
5252
title={chartName}
5353
actions={[
5454
<Button
55-
style={{
55+
sx={{
5656
backgroundColor: '#000',
5757
color: 'white',
5858
textTransform: 'none',
59+
'&:hover': {
60+
background: '#605e5c',
61+
},
5962
}}
6063
onClick={() => {
6164
setOpenEditor(true);

0 commit comments

Comments
 (0)