Skip to content

Commit

Permalink
fix: Add bg colour to favicon ImgInput [skip pizza]
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Jan 24, 2024
1 parent de43957 commit e526ae1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const FaviconForm: React.FC<FormProps> = ({
<InputRowItem width={formik.values.favicon ? 90 : 50}>
<ImgInput
img={formik.values.favicon || undefined}
backgroundColor={formik.values.primaryColour}
onChange={updateFavicon}
acceptedFileTypes={{
"image/png": [".png"],
Expand Down

0 comments on commit e526ae1

Please sign in to comment.