Skip to content

Commit

Permalink
Fix Head Color input bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrozadotdev committed Jan 22, 2024
1 parent 67030e5 commit 2701d2d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ export function BrandingSettings() {
</div>
<div style={{ display: "flex", flexDirection: "column" }}>
<StyledFormInput
key={branding?.headerColor}
initialValue={branding?.headerColor}
resetEmptyToValue="#2c2c2c"
label={String.fromCharCode(173)}
Expand Down

0 comments on commit 2701d2d

Please sign in to comment.