From ab7e123c960b68f4791bace5db3dea202620c214 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 5 May 2022 18:19:53 -0500 Subject: [PATCH] SoapboxConfig: expand input widths --- .../features/soapbox_config/components/footer-link-input.tsx | 2 ++ .../features/soapbox_config/components/promo-panel-input.tsx | 2 ++ app/soapbox/features/soapbox_config/index.tsx | 2 ++ 3 files changed, 6 insertions(+) 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)} /> +