Skip to content

Commit 6c29fc5

Browse files
style(feedback): remove border from screenshot (#68024)
cleaning up something i missed from the previous screenshot UI PR. if you look closely there's this light grey border around the screenshot. this PR removes it: <img width="535" alt="SCR-20240401-kzic" src="https://github.com/getsentry/sentry/assets/56095982/599f5889-a17c-456d-a3e9-48782dd0f960"> after: <img width="563" alt="SCR-20240401-kzdj" src="https://github.com/getsentry/sentry/assets/56095982/5b023a31-4400-43f3-94bd-659dc60588a4">
1 parent b8457a1 commit 6c29fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/components/feedback/feedbackItem/feedbackScreenshot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const StyledPanelHeader = styled(PanelHeader)`
127127
`;
128128

129129
const StyledPanelBody = styled(PanelBody)<{hasHeader: boolean}>`
130-
border: 1px solid ${p => p.theme.border};
130+
border: none;
131131
min-height: 48px;
132132
overflow: hidden;
133133
position: relative;

0 commit comments

Comments
 (0)