diff --git a/app/soapbox/features/soapbox_config/components/footer-link-input.tsx b/app/soapbox/features/soapbox_config/components/footer-link-input.tsx index ac4accc19..bf2451240 100644 --- a/app/soapbox/features/soapbox_config/components/footer-link-input.tsx +++ b/app/soapbox/features/soapbox_config/components/footer-link-input.tsx @@ -24,12 +24,14 @@ const PromoPanelInput: StreamfieldComponent = ({ value, onChange }) = ({ value, onChange { value={soapbox.brandColor} onChange={handleColorChange(['brandColor'], (color) => color.hex)} /> + } value={soapbox.accentColor} onChange={handleColorChange(['accentColor'], (color) => color.hex)} /> +