Skip to content

Commit

Permalink
fix: Adjust edit icon fill color for dark background
Browse files Browse the repository at this point in the history
  • Loading branch information
harshthakkr committed Jan 10, 2025
1 parent de7b6bd commit 3b18612
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const CapturePhoto: React.FC<CapturePhotoProps> = ({ initialState, onCapturePhot
<div className={styles.editButtonContainer}>
<Button
className={styles.editButton}
kind="ghost"
kind="secondary"
onClick={showCam}
renderIcon={(props: ComponentProps<typeof EditIcon>) => <EditIcon {...props} />}
size={responsiveSize}
Expand Down

0 comments on commit 3b18612

Please sign in to comment.