Skip to content

external-install: divider line uses light-mode color in dark mode #112440

@sentry-junior

Description

@sentry-junior

Summary

The "Finish integration installation" form has a horizontal divider between the permissions section and the footer ("Authored By" + action buttons) that renders with a light-mode color regardless of the user's theme. In dark mode this produces a harsh white/light line that looks broken.

Reproduction

  1. Open the external install URL for any Sentry app in dark mode: /sentry-apps/:slug/external-install/
  2. Observe the horizontal rule separating the Permissions section from the footer row containing "Authored By" text and Cancel/Accept & Install buttons.

Expected behavior

The divider should use the appropriate themed border color token (e.g. border or translucentBorder) so it blends correctly in both light and dark mode.

Root cause hypothesis

The separator is likely a hardcoded border-top CSS value or a non-themed color token instead of a Sentry design-system token. Medium confidence — exact file not yet inspected but the component is static/app/views/sentryAppExternalInstallation/index.tsx and surrounding styled-components.

Action taken on behalf of David Cramer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions