Skip to content

Commit

Permalink
fix: color
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Amrutiya <[email protected]>
  • Loading branch information
amitamrutiya committed Jan 17, 2025
1 parent 506179a commit f4bc023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/CatalogDetail/ActionButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const ActionButtons: React.FC<ActionButtonsProps> = ({
<CircularProgress size={24} color={'inherit'} />
) : (
<>
<CopyIcon width={24} height={24} fill={theme.palette.text.default} />
<CopyIcon width={24} height={24} fill={theme.palette.icon.default} />
Clone
</>
)}
Expand Down

0 comments on commit f4bc023

Please sign in to comment.