fix(theming): Visual regressions p2 (#34279)

This commit is contained in:
Mehmet Salih Yavuz
2025-07-23 17:14:06 +03:00
committed by GitHub
parent c444eed63e
commit 9c6271136d
2 changed files with 2 additions and 1 deletions

View File

@@ -121,6 +121,7 @@ const ControlHeader: FC<ControlHeaderProps> = ({
position: relative;
font-size: ${theme.fontSizeSM}px;
`}
htmlFor={name}
>
{leftNode && <span>{leftNode} </span>}
<span

View File

@@ -104,7 +104,7 @@ const EmbedCodeContent = ({ formData, addDangerToast }) => {
padding: ${theme.sizeUnit * 2}px;
font-size: ${theme.fontSizeSM}px;
border-radius: 4px;
background-color: ${theme.colorBgSpotlight};
background-color: ${theme.colorBgElevated};
`}
/>
</div>