fix(openapi): copy cURL icon now respects the theme variables (#8314)

Co-authored-by: Adwait Aayush <adwaitaayush@Adwaits-MacBook-Air.local>
This commit is contained in:
adwait-bruno
2026-06-23 18:06:37 +05:30
committed by GitHub
parent 3f69977176
commit 800ab6fea0

View File

@@ -683,8 +683,6 @@ const StyledWrapper = styled.div`
.copy-to-clipboard {
button {
background: ${(props) => props.theme.background.mantle};
border: 1px solid ${(props) => props.theme.border.border1};
border-radius: 3px;
}
}