diff --git a/static/app/views/settings/components/forms/form.tsx b/static/app/views/settings/components/forms/form.tsx index 158fe5d1da18a0..8e86f16edb10bc 100644 --- a/static/app/views/settings/components/forms/form.tsx +++ b/static/app/views/settings/components/forms/form.tsx @@ -224,7 +224,7 @@ const StyledFooter = styled('div')<{saveOnBlur?: boolean}>` display: flex; justify-content: flex-end; margin-top: 25px; - border-top: 1px solid #e9ebec; + border-top: 1px solid ${p => p.theme.innerBorder}; background: none; padding: 16px 0 0; margin-bottom: 16px;