Skip to content

Commit f4bc023

Browse files
committed
fix: color
Signed-off-by: Amit Amrutiya <amitamrutiya2210@gmail.com>
1 parent 506179a commit f4bc023

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/custom/CatalogDetail/ActionButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const ActionButtons: React.FC<ActionButtonsProps> = ({
9292
<CircularProgress size={24} color={'inherit'} />
9393
) : (
9494
<>
95-
<CopyIcon width={24} height={24} fill={theme.palette.text.default} />
95+
<CopyIcon width={24} height={24} fill={theme.palette.icon.default} />
9696
Clone
9797
</>
9898
)}

0 commit comments

Comments
 (0)